Skip to content

Commit ff52a8b

Browse files
committed
Update to SwiftLint (0.25.1)
1 parent eafe229 commit ff52a8b

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.swiftlint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
disabled_rules:
22
- file_length
3+
- identifier_name
34
- line_length
45
- type_body_length
56
- vertical_whitespace

ICInputAccessory.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
);
397397
runOnlyForDeploymentPostprocessing = 0;
398398
shellPath = /bin/sh;
399-
shellScript = "${PODS_ROOT}/SwiftLint/swiftlint";
399+
shellScript = "${PODS_ROOT}/SwiftLint/swiftlint --config .swiftlint.yml";
400400
};
401401
/* End PBXShellScriptBuildPhase section */
402402

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ workspace "ICInputAccessory"
55
project "ICInputAccessory"
66

77
target "Example" do
8-
pod "SwiftLint", "0.23.1"
8+
pod "SwiftLint", podspec: "https://raw.githubusercontent.com/CocoaPods/Specs/master/Specs/4/0/1/SwiftLint/0.25.1/SwiftLint.podspec.json"
99
end

Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PODS:
2-
- SwiftLint (0.23.1)
2+
- SwiftLint (0.25.1)
33

44
DEPENDENCIES:
5-
- SwiftLint (= 0.23.1)
5+
- SwiftLint (from `https://raw.githubusercontent.com/CocoaPods/Specs/master/Specs/4/0/1/SwiftLint/0.25.1/SwiftLint.podspec.json`)
66

7-
SPEC REPOS:
8-
https://github.com/CocoaPods/Specs.git:
9-
- SwiftLint
7+
EXTERNAL SOURCES:
8+
SwiftLint:
9+
:podspec: https://raw.githubusercontent.com/CocoaPods/Specs/master/Specs/4/0/1/SwiftLint/0.25.1/SwiftLint.podspec.json
1010

1111
SPEC CHECKSUMS:
12-
SwiftLint: 1b670ce79284c76520f84060e87d645078fd32fa
12+
SwiftLint: ce933681be10c3266e82576dad676fa815a602e9
1313

14-
PODFILE CHECKSUM: dec0ae8a38d3fe9451404a87c1e15577f6685e53
14+
PODFILE CHECKSUM: 74bc2bf59f17e7cc006ae2aa1d4d73e50cc2b4ff
1515

1616
COCOAPODS: 1.5.0

0 commit comments

Comments
 (0)