Skip to end of metadata
Go to start of metadata

Rules Compliance Index

The Rules Compliance Index (RCI) is an advanced metric calculated by Sonar.

During data collection, Sonar collects data from 3 rule engines : checkstyle, PMD and FindBugs. Sonar then aggregates, based on the configuration of each of the rule, the number of times rules have been violated in the project.

That is how Sonar compiles the RCI = 100 - ( weighted_violations / nloc * 100 )

More detail on metrics is available here.

Labels: