We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a07dc6c commit a2d3079Copy full SHA for a2d3079
phpmd.xml.dist
@@ -4,7 +4,14 @@
4
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"
6
xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd">
7
- <rule ref="rulesets/naming.xml"/>
+ <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
15
<rule ref="rulesets/design.xml/ExitExpression" />
16
<rule ref="rulesets/design.xml/EvalExpression" />
17
<rule ref="rulesets/design.xml/GotoStatement" />
0 commit comments