/SonarqubeRuby

Ruby analysis in sonarqube

Primary LanguageJava

SonarqubeRuby

Plugin that analysis Ruby code using previously generated JSON by RUBOCOP.

Instructions

  1. Run:
  mvn clean package
  1. Copy generated jar to sonarqube/extensions/plugin
  2. Set the following property to URL that points to generated JSON file previously generated by RUBOCOP.

Alt text

  1. Run sonnar-scanner on your project. It is importnat to run RUBOCOP run in the same dir of project as sonar-scaner