You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2003/02/19 17:36:37 UTC

cvs commit: jakarta-cactus checkstyle.xml

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