Fixed build.
This commit is contained in:
parent
a07dc6cdf0
commit
a2d307936d
|
|
@ -4,7 +4,14 @@
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"
|
xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"
|
||||||
xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd">
|
xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd">
|
||||||
<rule ref="rulesets/naming.xml"/>
|
<rule ref="rulesets/naming.xml">
|
||||||
|
<exclude name="LongVariable" />
|
||||||
|
</rule>
|
||||||
|
<rule ref="rulesets/naming.xml/LongVariable">
|
||||||
|
<properties>
|
||||||
|
<property name="maximum" value="32" />
|
||||||
|
</properties>
|
||||||
|
</rule>
|
||||||
<rule ref="rulesets/design.xml/ExitExpression" />
|
<rule ref="rulesets/design.xml/ExitExpression" />
|
||||||
<rule ref="rulesets/design.xml/EvalExpression" />
|
<rule ref="rulesets/design.xml/EvalExpression" />
|
||||||
<rule ref="rulesets/design.xml/GotoStatement" />
|
<rule ref="rulesets/design.xml/GotoStatement" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue