Author: simonetripodi
Date: Fri Jul  1 20:27:25 2011
New Revision: 1142072

URL: http://svn.apache.org/viewvc?rev=1142072&view=rev
Log:
suppressed MethodLength in ExtendedBaseRules.java (that method has been so big 
from ages)

Modified:
    commons/proper/digester/trunk/checkstyle-suppressions.xml

Modified: commons/proper/digester/trunk/checkstyle-suppressions.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/digester/trunk/checkstyle-suppressions.xml?rev=1142072&r1=1142071&r2=1142072&view=diff
==============================================================================
--- commons/proper/digester/trunk/checkstyle-suppressions.xml (original)
+++ commons/proper/digester/trunk/checkstyle-suppressions.xml Fri Jul  1 
20:27:25 2011
@@ -24,4 +24,5 @@
   <suppress checks="LineLength" files="BeanPropertySetterRule.java" 
lines="138" />
   <suppress checks="LineLength" files="DefaultAnnotationHandlerFactory.java" 
lines="37" />
   <suppress checks="FileLength" files="Digester.java" lines="1" />
+  <suppress checks="MethodLength" files="ExtendedBaseRules.java" lines="177" />
 </suppressions>


Reply via email to