File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ The structure of the plugin is based on the [sonar-objective-c](https://github.c
22
22
23
23
| Feature | Supported | Details |
24
24
| ---------------| ----------| :-----------:|
25
- | Complexity | YES | Uses [ Lizard] ( https://github.com/terryyin/lizard ) |
25
+ | Complexity | YES | Uses [ Lizard] ( https://github.com/terryyin/lizard ) |
26
26
| Design | NO | |
27
27
| Documentation | YES | |
28
28
| Duplications | YES | |
29
- | Issues | YES | Uses [ SwiftLint] ( https://github.com/realm/SwiftLint ) |
29
+ | Issues | YES | Uses [ SwiftLint] ( https://github.com/realm/SwiftLint ) and/or [ Tailor ] ( https://github.com/sleekbyte/tailor ) |
30
30
| Size | YES | |
31
31
| Tests | YES | Uses xcodebuild + xcpretty [ xcpretty] ( https://github.com/supermarin/xcpretty ) |
32
32
| Code coverage | YES | Uses [ slather] ( https://github.com/venmo/slather ) |
@@ -82,6 +82,7 @@ Otherwise, run the ```run-sonar-swift.sh``` script from your Xcode project root
82
82
- [ SonarQube] ( http://docs.codehaus.org/display/SONAR/Setup+and+Upgrade ) and [ SonarQube Runner] ( http://docs.codehaus.org/display/SONAR/Installing+and+Configuring+SonarQube+Runner ) installed ([ HomeBrew] ( http://brew.sh ) installed and ``` brew install sonar-runner ``` )
83
83
- [ xcpretty] ( https://github.com/supermarin/xcpretty ) (see instructions below)
84
84
- [ SwiftLint] ( https://github.com/realm/SwiftLint ) ([ HomeBrew] ( http://brew.sh ) installed and ``` brew install swiftlint ``` ). Version 0.3.0 or above.
85
+ - [ Tailor] ( https://github.com/sleekbyte/tailor ) ([ HomeBrew] ( http://brew.sh ) installed and ``` brew install tailor ``` ). Version 0.11.1 or above.
85
86
- [ slather] ( https://github.com/SlatherOrg/slather ) (``` gem install slather ``` ). Version 2.1.0 or above.
86
87
- [ lizard] ( https://github.com/terryyin/lizard ) ([ PIP] ( https://pip.pypa.io/en/stable/installing/ ) installed and ``` sudo pip install lizard ``` )
87
88
You can’t perform that action at this time.
0 commit comments