You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added Line Number processing in Coverage Sensor
Added Rule Template.
You could create new custom rules from SonarQube Console.
Added Rule description.
Now you could add an extended description to the rules. The description supports HTML.
Added property sonar.mule.ruleset.categories. It allows filtering ruleset categories to apply in the project. The value should be a string separated by commas. For example run, mvn sonar:sonar -Dsonar.mule.ruleset.categories=flows to only apply the flows category ruleset
Bug Fixes
Added Metric LOC
Added Support for SonarQube 7.2.1
Added new rules + http namespace
Added Munit Coverage and Minor Improvements
Externalized Rules to $SONARQUBE_HOME/extensions/plugins/[rules-3.xml|rules-4.xml].
Added Measures
- Number of Flows
- Number of SubFlows
- Number of DW Transformations
- Application Complexity