You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ad...@apache.org on 2002/10/21 04:53:42 UTC

cvs commit: jakarta-commons-sandbox/vfs checkstyle.properties

adammurdoch    2002/10/20 19:53:42

  Modified:    vfs      checkstyle.properties
  Log:
  Some tweeks to the checkstyle config.
  
  Revision  Changes    Path
  1.3       +3 -0      jakarta-commons-sandbox/vfs/checkstyle.properties
  
  Index: checkstyle.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/vfs/checkstyle.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- checkstyle.properties	21 Aug 2002 06:58:07 -0000	1.2
  +++ checkstyle.properties	21 Oct 2002 02:53:42 -0000	1.3
  @@ -1,7 +1,10 @@
  +checkstyle.maxlinelen = 120
   checkstyle.lcurly.type = nl
   checkstyle.lcurly.method = nl
   checkstyle.lcurly.other = nl
   checkstyle.rcurly = alone
   checkstyle.paren.pad = ignore
  +checkstyle.ignore.whitespace.cast=true
   checkstyle.javadoc.scope=package
  +checkstyle.require.packagehtml=true
   checkstyle.header.ignore.line = 1,2,3,4,5,6
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>