File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,13 @@ engines:
48
48
# # Sonar Documentation
49
49
50
50
http://www.sonarlint.org/commandline
51
+
51
52
http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner
52
53
53
54
Issue Tracker : http://jira.sonarsource.com/browse/SLCLI
54
55
55
56
# # Copyright
56
57
58
+ This engine is developed by Code Climate using [SonarLint](http://www.sonarlint.org/commandline), it is not endorsed by SonarSoruce.
59
+
57
60
See [LICENSE](LICENSE)
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ build.dependsOn(infra)
33
33
test. dependsOn(infra)
34
34
35
35
dependencies {
36
- compile(" com.github.codeclimate:sonar -wrapper:master-SNAPSHOT" )
36
+ compile(" com.github.codeclimate:codeclimate-ss-analyzer -wrapper:master-SNAPSHOT" )
37
37
38
38
// Plugins
39
39
compile(" org.sonarsource.php:sonar-php-plugin:2.11.0.2485" )
You can’t perform that action at this time.
0 commit comments