sbt-sonarrunner-plugin icon indicating copy to clipboard operation
sbt-sonarrunner-plugin copied to clipboard

An SBT plugin to publish code quality data to SonarQube

Results 4 sbt-sonarrunner-plugin issues
Sort by recently updated
recently updated
newest added

ERROR: Error during SonarScanner execution java.lang.IllegalStateException: Project home must be an existing directory: E:\Sample-Code\LISTING 1-2 ParallelForEach in use at org.sonarsource.scanner.api.Dirs.initProjectDirs(Dirs.java:51) at org.sonarsource.scanner.api.Dirs.init(Dirs.java:41) at org.sonarsource.scanner.api.EmbeddedScanner.initAnalysisProperties(EmbeddedScanner.java:158) at org.sonarsource.scanner.api.EmbeddedScanner.execute(EmbeddedScanner.java:137) at org.sonarsource.scanner.cli.Main.execute(Main.java:112) at org.sonarsource.scanner.cli.Main.execute(Main.java:75)...

Hello, Any plan to release this plugin with cross compile covering scala 2.12? Thanks!

Use the new sonar scanner api which allows for sonar to be hosted via https.

Hi - I am trying to run my sonar profile with find bugs and getting the following error. `15:09:23.150 INFO - Sensor FindBugs Sensor 15:09:23.842 WARN - Findbugs needs sources...