Author: tfischer
Date: Fri Aug 24 02:30:04 2012
New Revision: 1376810

URL: http://svn.apache.org/viewvc?rev=1376810&view=rev
Log:
allow long lines for imports

Modified:
    
db/torque/torque4/trunk/torque-maven-parent/src/main/checkstyle/checkstyle.xml

Modified: 
db/torque/torque4/trunk/torque-maven-parent/src/main/checkstyle/checkstyle.xml
URL: 
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-maven-parent/src/main/checkstyle/checkstyle.xml?rev=1376810&r1=1376809&r2=1376810&view=diff
==============================================================================
--- 
db/torque/torque4/trunk/torque-maven-parent/src/main/checkstyle/checkstyle.xml 
(original)
+++ 
db/torque/torque4/trunk/torque-maven-parent/src/main/checkstyle/checkstyle.xml 
Fri Aug 24 02:30:04 2012
@@ -106,7 +106,7 @@
           <property name="option" value="alone"/>
         </module>
         <module name="LineLength">
-          <property name="ignorePattern" value="@version"/>
+          <property name="ignorePattern" 
value="^(import.*|(\*|\s)*@version.*)$"/>
           <property name="max" value="132"/>
         </module>
         <module name="MemberName">



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to