You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ma...@apache.org on 2006/01/22 19:39:13 UTC

svn commit: r371344 - /struts/build/trunk/struts_checks.xml

Author: martinc
Date: Sun Jan 22 10:39:12 2006
New Revision: 371344

URL: http://svn.apache.org/viewcvs?rev=371344&view=rev
Log:
Ignore @version lines in line length checks.

Modified:
    struts/build/trunk/struts_checks.xml

Modified: struts/build/trunk/struts_checks.xml
URL: http://svn.apache.org/viewcvs/struts/build/trunk/struts_checks.xml?rev=371344&r1=371343&r2=371344&view=diff
==============================================================================
--- struts/build/trunk/struts_checks.xml (original)
+++ struts/build/trunk/struts_checks.xml Sun Jan 22 10:39:12 2006
@@ -139,7 +139,11 @@
         <!-- Checks for Size Violations.                    -->
         <!-- See http://checkstyle.sf.net/config_sizes.html -->
         <module name="FileLength"/>
-        <module name="LineLength"/>
+        <!-- Begin Custom for Struts -->
+        <module name="LineLength">
+          <property name="ignorePattern" value="^ \* @version .*$"/>
+        </module>
+        <!-- End Custom for Struts -->
         <module name="MethodLength"/>
         <module name="ParameterNumber"/>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org