File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ 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 | NO | |
25
+ | Complexity | YES | Uses [ Lizard ] ( https://github.com/terryyin/lizard ) |
26
26
| Design | NO | |
27
27
| Documentation | YES | |
28
28
| Duplications | YES | |
@@ -38,6 +38,9 @@ Checkout the [Releases](https://github.com/Backelite/sonar-swift/releases) page.
38
38
39
39
###Release history
40
40
41
+ ####0 .1.3
42
+ - Lizard complexity report support
43
+
41
44
####0 .1.2
42
45
- SwiftLint 0.5.1 support (new rules added).
43
46
- 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.
58
61
- [ xcpretty] ( https://github.com/supermarin/xcpretty ) (``` gem install xcpretty ``` )
59
62
- [ SwiftLint] ( https://github.com/realm/SwiftLint ) ([ HomeBrew] ( http://brew.sh ) installed and ``` brew install swiftlint ``` ). Version 0.3.0 or above.
60
63
- [ slather] ( https://github.com/venmo/slather ) with profdata support (see instructions below)
64
+ - [ lizard] ( https://github.com/terryyin/lizard ) installed
61
65
62
66
###Installation of slather with profdata support
63
67
You can’t perform that action at this time.
0 commit comments