File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 56
56
<ruleset-ref path =' rulesets/generic.xml' />
57
57
<ruleset-ref path =' rulesets/groovyism.xml' >
58
58
<exclude name =" ExplicitCallToCompareToMethod" />
59
- </ruleset-ref >
59
+ </ruleset-ref >
60
60
<ruleset-ref path =' rulesets/junit.xml' />
61
61
<ruleset-ref path =' rulesets/logging.xml' />
62
62
<ruleset-ref path =' rulesets/naming.xml' >
65
65
<ruleset-ref path =' rulesets/security.xml' />
66
66
<ruleset-ref path =' rulesets/serialization.xml' />
67
67
<ruleset-ref path =' rulesets/size.xml' >
68
+ <rule-config name =' MethodCount' >
69
+ <property name =' maxMethods' value =' 50' />
70
+ </rule-config >
68
71
<exclude name =' CrapMetric' />
69
72
</ruleset-ref >
70
73
<ruleset-ref path =' rulesets/unnecessary.xml' >
71
- <!-- these should be revisted later when we've developed a Groovy style -->
74
+ <!-- these should be revisited later when we've developed a Groovy style -->
72
75
<exclude name =' UnnecessaryGetter' />
73
76
<exclude name =' UnnecessarySemicolon' />
74
77
</ruleset-ref >
You can’t perform that action at this time.
0 commit comments