Skip to content

Commit 46e6201

Browse files
Update Readme
1 parent 808835a commit 46e6201

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

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

2323
| Feature | Supported | Details |
2424
|---------------|----------|:-----------:|
25-
| Complexity |NO | |
25+
| Complexity |YES |Uses [Lizard](https://github.com/terryyin/lizard) |
2626
| Design |NO | |
2727
| Documentation |YES | |
2828
| Duplications |YES | |
@@ -38,6 +38,9 @@ Checkout the [Releases](https://github.com/Backelite/sonar-swift/releases) page.
3838

3939
###Release history
4040

41+
####0.1.3
42+
- Lizard complexity report support
43+
4144
####0.1.2
4245
- SwiftLint 0.5.1 support (new rules added).
4346
- Added *sonar.swift.simulator* key in *sonar-project.properties* to select destination simulator for running tests
@@ -58,6 +61,7 @@ Checkout the [Releases](https://github.com/Backelite/sonar-swift/releases) page.
5861
- [xcpretty](https://github.com/supermarin/xcpretty) (```gem install xcpretty```)
5962
- [SwiftLint](https://github.com/realm/SwiftLint) ([HomeBrew](http://brew.sh) installed and ```brew install swiftlint```). Version 0.3.0 or above.
6063
- [slather](https://github.com/venmo/slather) with profdata support (see instructions below)
64+
- [lizard](https://github.com/terryyin/lizard) installed
6165

6266
###Installation of slather with profdata support
6367

0 commit comments

Comments
 (0)