Skip to content

Commit

Permalink
Issue checkstyle#105: add ParameterNumber max default value
Browse files Browse the repository at this point in the history
  • Loading branch information
marschall committed May 6, 2017
1 parent 02d0260 commit 80ecb1f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,9 @@
<name><![CDATA[Parameter Number]]></name>
<configKey><![CDATA[Checker/TreeWalker/ParameterNumber]]></configKey>
<cardinality>MULTIPLE</cardinality>
<param key="max" type="INTEGER"/>
<param key="max" type="INTEGER">
<defaultValue>7</defaultValue>
</param>
<param key="tokens" type="s[METHOD_DEF,CTOR_DEF]">
<defaultValue>METHOD_DEF,CTOR_DEF</defaultValue>
</param>
Expand Down

0 comments on commit 80ecb1f

Please sign in to comment.