blob: 82c059c840a92837c86dad46496a7649f85cd640 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
=== How to install a plugin
1. Build plugin with Maven : mvn clean install
2. Copy the JAR file generated into target/ to the directory extensions/plugins/ of the Sonar server
3. Restart the Sonar server
=== How to activate Checkstyle extensions
Install the plugin "checkstyle-extensions-plugin" then search for the rule "Methods count" in the administration console of Quality profiles.
=== How to activate PMD extensions
Install the plugin "pmd-extensions-plugin" then search for the rules "MaximumMethodsCountCheck", "AvoidIfWithoutBrace" and "PreventUseOfEmptyClass" in the administration console of Quality profiles.
|