1

The Rules Compliance metric for Sonarqube 5.6 is missing. The Issues Density plugin is deprecated as well as Violation Density so I am not sure what to do now.

Any suggestions?

Carl
  • 19
  • 5

2 Answers2

2

Rules Compliance was deprecated in 4.0 and gone by 4.5.

You should instead be focusing on The Leak, i.e. the new problems introduced since the application's last version.

G. Ann - SonarSource Team
  • 22,346
  • 4
  • 40
  • 76
1

There is a new Rules Compliance Plugin available in later versions (SQ 5.6+). Note that the metric has changed name (to rules_compliance_index and rules_compliance_rating) so any web service integration will have to take that into account.

https://github.com/willemsrb/sonar-rci-plugin (also available through the SonarQube update center)

Alix
  • 2,630
  • 30
  • 72