Wraps up Scalastyle as a SonarQube plugin.
- Download and unzip SonarQube 4.3.2 or 4.4-RC3.
- Download and unzip Sonar Runner.
- Download the Sonar Scalastyle Plugin.
- Copy the plugin to
extensions/plugins
directory of SonarQube. - Start the SonarQube server by running
./sonar.sh console
undersonarqube<version>/bin/<your os>
directory - Create a sonar-project.properties file at the root directory of your project.
- Run
sonar-runner
in your project's root directory. - Check the report on http://localhost:9000/
- You can log in with default username and password 'admin'.
Supports Sonar 4.3.1 +