File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed
ICInputAccessory.xcodeproj Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
1
disabled_rules :
2
2
- file_length
3
+ - identifier_name
3
4
- line_length
4
5
- type_body_length
5
6
- vertical_whitespace
Original file line number Diff line number Diff line change 396
396
);
397
397
runOnlyForDeploymentPostprocessing = 0;
398
398
shellPath = /bin/sh;
399
- shellScript = "${PODS_ROOT}/SwiftLint/swiftlint";
399
+ shellScript = "${PODS_ROOT}/SwiftLint/swiftlint --config .swiftlint.yml ";
400
400
};
401
401
/* End PBXShellScriptBuildPhase section */
402
402
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ workspace "ICInputAccessory"
5
5
project "ICInputAccessory"
6
6
7
7
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 "
9
9
end
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - SwiftLint (0.23 .1)
2
+ - SwiftLint (0.25 .1)
3
3
4
4
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` )
6
6
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
10
10
11
11
SPEC CHECKSUMS:
12
- SwiftLint: 1b670ce79284c76520f84060e87d645078fd32fa
12
+ SwiftLint: ce933681be10c3266e82576dad676fa815a602e9
13
13
14
- PODFILE CHECKSUM: dec0ae8a38d3fe9451404a87c1e15577f6685e53
14
+ PODFILE CHECKSUM: 74bc2bf59f17e7cc006ae2aa1d4d73e50cc2b4ff
15
15
16
16
COCOAPODS: 1.5.0
You can’t perform that action at this time.
0 commit comments