Skip to content

Commit a2d3079

Browse files
author
Roman Syroeshko
committed
Fixed build.
1 parent a07dc6c commit a2d3079

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

phpmd.xml.dist

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@
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" />

0 commit comments

Comments
 (0)