suppressed Digester file length checkstyle violation - it is so huge from ages

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/digester/trunk@1142062 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml
index 7d0e14f..85b494b 100644
--- a/checkstyle-suppressions.xml
+++ b/checkstyle-suppressions.xml
@@ -23,4 +23,5 @@
   <suppress checks="HiddenField" files=".+\.java" lines="0-9999" />
   <suppress checks="LineLength" files="BeanPropertySetterRule.java" lines="138" />
   <suppress checks="LineLength" files="DefaultAnnotationHandlerFactory.java" lines="37" />
+  <suppress checks="FileLength" files="Digester.java" lines="1" />
 </suppressions>