Skip to content

Commit

Permalink
Swiftlint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ogerets committed Jul 24, 2022
1 parent 520770d commit 8ab403f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,10 @@ opt_in_rules:
- void_return
- weak_delegate

excluded:
excluded:
- .build
- .swiftpm
- Package.swift
- Carthage
- Tests
- SDKTestApp iOS
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
products: [
.library(
name: "VirgilSDK",
targets: ["VirgilSDK"]),
targets: ["VirgilSDK"])
],

dependencies: [
Expand All @@ -22,7 +22,7 @@ let package = Package(
.target(
name: "VirgilSDK",
dependencies: [
.product(name: "VirgilCrypto", package: "virgil-crypto-x"),
.product(name: "VirgilCrypto", package: "virgil-crypto-x")
],
path: "Source"
),
Expand Down
2 changes: 1 addition & 1 deletion Source/KeychainStorage/KeyEntry.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Copyright (C) 2015-2022 Virgil Security Inc.
// Copyright (C) 2015-2021 Virgil Security Inc.
//
// All rights reserved.
//
Expand Down

0 comments on commit 8ab403f

Please sign in to comment.