Skip to content

scalastyle/sonar-scalastyle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Sonar Scalastyle Plugin

Wraps up Scalastyle as a SonarQube plugin. Currently scalastyle provides 60 different checks. They
are represented as 38 rules without parameters and 22 templates in SonarQube. Templates allow to instantiate the same check multiple times with different values. For example different regular expression rules with different severity levels.

http://www.scalastyle.org/

Instructions

  • Download and unzip SonarQube 4.5.5+
  • 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 the .sh/.bat script under sonarqube<version>/bin/<your os> directory
  • Create a sonar-project.properties file
  • 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'.

intended for

Sonar 4.5.5+ ScalaStyle 0.7.0

About

SonarQube plugin for ScalaStyle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%