File tree Expand file tree Collapse file tree 6 files changed +10
-14
lines changed Expand file tree Collapse file tree 6 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,11 @@ variable_name:
11
11
excluded :
12
12
- id
13
13
- URL
14
+ included :
15
+ - iCookTV
16
+ - iCookTVTests
14
17
excluded :
15
18
- Carthage
16
19
- Pods
17
20
- iCookTV/R.generated.swift
21
+ - vendor
Original file line number Diff line number Diff line change 1
1
brew "pkg-config"
2
- brew "swiftlint"
3
2
brew "xcproj"
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ target :iCookTV do
21
21
target :iCookTVTests do
22
22
pod "Nimble"
23
23
pod "Quick"
24
+ pod "SwiftLint" , "0.24.0"
24
25
end
25
26
end
26
27
Original file line number Diff line number Diff line change 14
14
- R.swift (3.2.0):
15
15
- R.swift.Library (~> 3.0.2)
16
16
- R.swift.Library (3.0.2)
17
+ - SwiftLint (0.24.0)
17
18
- TreasureData-iOS-SDK (0.1.15):
18
19
- KeenClientTD (= 3.2.27)
19
20
@@ -29,6 +30,7 @@ DEPENDENCIES:
29
30
- Nimble
30
31
- Quick
31
32
- R.swift (~> 3.2.0)
33
+ - SwiftLint (= 0.24.0)
32
34
- TreasureData-iOS-SDK (= 0.1.15)
33
35
34
36
EXTERNAL SOURCES:
@@ -49,8 +51,9 @@ SPEC CHECKSUMS:
49
51
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
50
52
R.swift: 207a372a2b5977caef440c696a368009460641d1
51
53
R.swift.Library: fbdec16c9802ad104fc1ba53415dc190e6ec5c73
54
+ SwiftLint: a014c92b4664e8b13f380f8640a51bb1733778ba
52
55
TreasureData-iOS-SDK: cc878af36b85ae3540a9a5bdb36b7bdc8707b719
53
56
54
- PODFILE CHECKSUM: ec741a5274940c3e1554acaae0c31d0765839a2e
57
+ PODFILE CHECKSUM: 890bc8cde488e1da70690561ca3f7dead572ce95
55
58
56
59
COCOAPODS: 1.3.1
Original file line number Diff line number Diff line change 586
586
);
587
587
runOnlyForDeploymentPostprocessing = 0;
588
588
shellPath = /bin/sh;
589
- shellScript = "sh ${SRCROOT}/scripts/ swiftlint.sh ";
589
+ shellScript = "${PODS_ROOT}/SwiftLint/swiftlint --config ${SRCROOT}/. swiftlint.yml ";
590
590
};
591
591
B5BA3B4A1CF6D19800B0A022 /* Run R.swift Script */ = {
592
592
isa = PBXShellScriptBuildPhase;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments