You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2004/01/10 17:53:40 UTC

cvs commit: jakarta-commons/digester checkstyle.xml

rdonkin     2004/01/10 08:53:40

  Modified:    digester checkstyle.xml
  Log:
  Improved checkstyle configuration so that it now ignores (some) lines which are expected to vary in the header.
  
  Revision  Changes    Path
  1.2       +1 -0      jakarta-commons/digester/checkstyle.xml
  
  Index: checkstyle.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/checkstyle.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- checkstyle.xml	2 Sep 2003 03:19:38 -0000	1.1
  +++ checkstyle.xml	10 Jan 2004 16:53:40 -0000	1.2
  @@ -13,6 +13,7 @@
       <!-- Verify that EVERY source file has the appropriate license -->
       <module name="Header">
         <property name="headerFile" value="LICENSE.txt"/>
  +      <property name="ignoreLines" value="2,3,4,9"/>
       </module>
   
       <module name="OperatorWrap">
  
  
  

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