File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 44 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
55 xsi : schemaLocation =" http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"
66 xsi : noNamespaceSchemaLocation =" http://pmd.sf.net/ruleset_xml_schema.xsd" >
7- <rule ref =" rulesets/naming.xml" />
7+ <rule ref =" rulesets/naming.xml" >
8+ <exclude name =" LongVariable" />
9+ </rule >
10+ <rule ref =" rulesets/naming.xml/LongVariable" >
11+ <properties >
12+ <property name =" maximum" value =" 32" />
13+ </properties >
14+ </rule >
815 <rule ref =" rulesets/design.xml/ExitExpression" />
916 <rule ref =" rulesets/design.xml/EvalExpression" />
1017 <rule ref =" rulesets/design.xml/GotoStatement" />
1118 <rule ref =" rulesets/design.xml/DepthOfInheritance" />
19+ <rule ref =" rulesets/design.xml/CouplingBetweenObjects" >
20+ <!-- AbstractContainer needs more coupling (default: 13) -->
21+ <properties >
22+ <property name =" minimum" value =" 20" />
23+ </properties >
24+ </rule >
1225 <rule ref =" rulesets/design.xml/NumberOfChildren" >
1326 <!-- AbstractStyle needs more children (default: 15) -->
1427 <properties >
You can’t perform that action at this time.
0 commit comments