vmassol     2003/02/19 08:36:37

  Modified:    .        checkstyle.xml
  Log:
  Added checkstyle ignore for imports
  
  Revision  Changes    Path
  1.12      +1 -1      jakarta-cactus/checkstyle.xml
  
  Index: checkstyle.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/checkstyle.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- checkstyle.xml    21 Jan 2003 13:05:54 -0000      1.11
  +++ checkstyle.xml    19 Feb 2003 16:36:37 -0000      1.12
  @@ -14,7 +14,7 @@
         <property name="headerFile" value="${checkstyle.header.file}"/>
       </module>
       <module name="LineLength">
  -      <property name="ignorePattern" value="(@version|@see)"/>
  +      <property name="ignorePattern" value="(@version|@see|^import)"/>
       </module>
       <module name="TabCharacter"/>
       
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to