You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-11
Original file line number
Diff line number
Diff line change
@@ -22,20 +22,17 @@ Find below an example of an iOS SonarQube dashboard:
22
22
23
23
For more details, see the list of [Sonar metrics](https://github.com/octo-technology/sonar-objective-c/wiki/Features) implemented or pending.
24
24
25
-
###Download
25
+
###Compatibility
26
26
27
-
The latest release is the 0.3.1, and it's available [here](http://bit.ly/1fSwd5I).
28
-
29
-
You can also download the latest build of the plugin from [Cloudbees](https://rfelden.ci.cloudbees.com/job/sonar-objective-c/lastSuccessfulBuild/artifact/target/).
30
-
31
-
In the worst case, the Maven repository is available here: http://repository-rfelden.forge.cloudbees.com/
27
+
- Use 0.3.x releases for SonarQube 3.x
28
+
- Use 0.4.x releases for SonarQube 4.x
32
29
33
30
###Prerequisites
34
31
35
32
- a Mac with Xcode...
36
-
-[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
33
+
-[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```)
37
34
-[xctool](https://github.com/facebook/xctool) ([HomeBrew](http://brew.sh) installed and ```brew install xctool```)
38
-
-[OCLint](http://docs.oclint.org/en/dev/intro/installation.html) installed. In my case the 0.7 version is failing on my project, so I recommend installing the 0.8.dev version (at least it works with oclint-0.8.dev.2888e0f).
35
+
-[OCLint](http://docs.oclint.org/en/dev/intro/installation.html) installed. Version 0.8.1 recommanded ([HomeBrew](http://brew.sh) installed and ```brew install https://gist.githubusercontent.com/TonyAnhTran/e1522b93853c5a456b74/raw/157549c7a77261e906fb88bc5606afd8bd727a73/oclint.rb```).
39
36
-[gcovr](http://gcovr.com) installed
40
37
41
38
###Installation (once for all your Objective-C projects)
@@ -53,15 +50,13 @@ In the worst case, the Maven repository is available here: http://repository-rfe
53
50
- Run the script ```run-sonar.sh``` in your Xcode project root folder
0 commit comments