Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilles Grousset committed Nov 12, 2015
1 parent f9b08f0 commit 481ba0c
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,17 @@ A SonarQube 5.0 dashboard of the iOS open source project [GreatReader](https://g

###Features

- [ ] Complexity
- [ ] Design
- [x] Documentation
- [x] Duplications
- [x] Issues (OCLint: 63 rules, Faux Pas: 102 rules)
- [x] Size
- [x] Tests
| Feature | Supported | Details |
|---------------|----------|:-----------:|
| Complexity |NO | |
| Design |NO | |
| Documentation |YES | |
| Duplications |YES | |
| Issues |YES | Uses [OCLint](http://docs.oclint.org/en/dev/intro/installation.html): 63 rules, and [Faux Pas](http://fauxpasapp.com/): 102 rules|
| Size |YES | |
| Tests |YES | Uses [xctool](https://github.com/facebook/xctool), probably to xcodebuild + xcpretty [xcpretty](https://github.com/supermarin/xcpretty) soon |
| Code coverage |YES | With [gcovr](http://gcovr.com), probably [slather](https://github.com/venmo/slather) soon|


###Compatibility

Expand All @@ -46,6 +50,10 @@ Binary packages are available in the release section.

###Release history

####0.4.0.2 (based on 0.4.0)
- Faux Pas support for release 1.5 and 1.6
- Support for multiple projects in a same workspace

####0.4.0.1 (based on 0.4.0)
- Faux Pas support
- Moved OCLint long line threshold to 250
Expand Down

0 comments on commit 481ba0c

Please sign in to comment.