Skip to content

Commit 34027f7

Browse files
committed
Update SwiftLint to version 0.45.1
1 parent 14ebada commit 34027f7

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

ContainerController/.swiftlint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ excluded: # paths to ignore during linting. overridden by `included`.
2424
- fastlane
2525

2626
opt_in_rules:
27-
- valid_docs
2827
- force_unwrapping
2928
- conditional_returns_on_newline
3029
- private_outlet

Example/.swiftlint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ excluded: # paths to ignore during linting. overridden by `included`.
2424
- fastlane
2525

2626
opt_in_rules:
27-
- valid_docs
2827
- force_unwrapping
2928
- conditional_returns_on_newline
3029
- private_outlet

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ use_frameworks!
66

77
target 'Example' do
88
pod 'ContainerController', :path => '../'
9-
pod 'SwiftLint', '~> 0.30.1'
9+
pod 'SwiftLint', '~> 0.45.1'
1010
end

Example/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
PODS:
22
- ContainerController (1.1)
3-
- SwiftLint (0.30.1)
3+
- SwiftLint (0.45.1)
44

55
DEPENDENCIES:
66
- ContainerController (from `../`)
7-
- SwiftLint (~> 0.30.1)
7+
- SwiftLint (~> 0.45.1)
88

99
SPEC REPOS:
1010
https://github.com/CocoaPods/Specs.git:
@@ -15,9 +15,9 @@ EXTERNAL SOURCES:
1515
:path: "../"
1616

1717
SPEC CHECKSUMS:
18-
ContainerController: 86a216f7be79b2a9aedcead6c60069880114b10f
19-
SwiftLint: a54bf1fe12b55c68560eb2a7689dfc81458508f7
18+
ContainerController: e7e439ead2983f35fd14a7c9255b96db6c9247ae
19+
SwiftLint: 06ac37e4d38c7068e0935bb30cda95f093bec761
2020

21-
PODFILE CHECKSUM: bf170c0fc679af9c07716afb977f44ac5674ce03
21+
PODFILE CHECKSUM: ea959055ea2c98e7449da90673318f2763724aea
2222

2323
COCOAPODS: 1.11.2

0 commit comments

Comments
 (0)