Skip to content

Commit efa9181

Browse files
authored
Update README.md
Add description for tailor to README.md
1 parent 205426d commit efa9181

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ The structure of the plugin is based on the [sonar-objective-c](https://github.c
2222

2323
| Feature | Supported | Details |
2424
|---------------|----------|:-----------:|
25-
| Complexity |YES |Uses [Lizard](https://github.com/terryyin/lizard) |
25+
| Complexity |YES |Uses [Lizard](https://github.com/terryyin/lizard)|
2626
| Design |NO | |
2727
| Documentation |YES | |
2828
| 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)|
3030
| Size |YES | |
3131
| Tests |YES | Uses xcodebuild + xcpretty [xcpretty](https://github.com/supermarin/xcpretty) |
3232
| 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
8282
- [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```)
8383
- [xcpretty](https://github.com/supermarin/xcpretty) (see instructions below)
8484
- [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.
8586
- [slather](https://github.com/SlatherOrg/slather) (```gem install slather```). Version 2.1.0 or above.
8687
- [lizard](https://github.com/terryyin/lizard) ([PIP](https://pip.pypa.io/en/stable/installing/) installed and ```sudo pip install lizard```)
8788

0 commit comments

Comments
 (0)