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 4
4
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
5
xsi : schemaLocation =" http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"
6
6
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 >
8
15
<rule ref =" rulesets/design.xml/ExitExpression" />
9
16
<rule ref =" rulesets/design.xml/EvalExpression" />
10
17
<rule ref =" rulesets/design.xml/GotoStatement" />
11
18
<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 >
12
25
<rule ref =" rulesets/design.xml/NumberOfChildren" >
13
26
<!-- AbstractStyle needs more children (default: 15) -->
14
27
<properties >
You can’t perform that action at this time.
0 commit comments