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 @@ -71,10 +71,13 @@ engines:
71
71
## Sonar Documentation
72
72
73
73
http://www.sonarlint.org/commandline
74
+
74
75
http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner
75
76
76
77
Issue Tracker: http://jira.sonarsource.com/browse/SLCLI
77
78
78
79
## Copyright
79
80
81
+ This engine is developed by Code Climate using [SonarLint](http://www.sonarlint.org/commandline), it is not endorsed by SonarSoruce.
82
+
80
83
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..codeclimate:sonar -wrapper:master-SNAPSHOT" )
36
+ compile(" com..codeclimate:codeclimate-ss-analyzer -wrapper:master-SNAPSHOT" )
37
37
38
38
// Plugins
39
39
compile(" org.sonarsource.java:sonar-java-plugin:4.14.0.11784" )
You can’t perform that action at this time.
0 commit comments