You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2012/08/24 04:30:05 UTC

svn commit: r1376810 - /db/torque/torque4/trunk/torque-maven-parent/src/main/checkstyle/checkstyle.xml

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: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org