/sonar-scalastyle

SonarQube plugin for ScalaStyle

Primary LanguageScalaGNU Lesser General Public License v3.0LGPL-3.0

Sonar Scalastyle Plugin

Wraps up Scalastyle as a SonarQube plugin.

http://www.scalastyle.org/

Dependency Status

Instructions

  • 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 under sonarqube<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 +