summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/rules.xml10
1 files changed, 2 insertions, 8 deletions
diff --git a/plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/rules.xml b/plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/rules.xml
index 35c03296e42..c908f6b95d5 100644
--- a/plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/rules.xml
+++ b/plugins/sonar-checkstyle-plugin/src/main/resources/org/sonar/plugins/checkstyle/rules.xml
@@ -1212,15 +1212,9 @@
<priority>MAJOR</priority>
<name><![CDATA[Parameter Number]]></name>
<configKey><![CDATA[Checker/TreeWalker/ParameterNumber]]></configKey>
-
-
- <param key="max" type="i">
-
-
- </param>
+ <cardinality>MULTIPLE</cardinality>
+ <param key="max" type="i"/>
<param key="tokens" type="s[METHOD_DEF,CTOR_DEF]">
-
-
</param>
</rule>
<rule key="com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheck">