OSDN Git Service

modify pmd rules.
[mikutoga/Pmd2XML.git] / config / pmd / pmdrules.xml
index db56675..7b3f79b 100644 (file)
             <property name="checkSingleIfStmt" value="false"/>
         </properties>
     </rule>
+    <rule ref="category/java/codestyle.xml/LongVariable" >
+        <properties>
+            <property name="minimum" value="25"/>
+        </properties>
+    </rule>
 
     <rule ref="category/java/design.xml" >
         <exclude name="LawOfDemeter" />