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 2003/01/06 22:23:00 UTC

cvs commit: jakarta-commons/betwixt checkstyle.properties

rdonkin     2003/01/06 13:23:00

  Modified:    betwixt  checkstyle.properties
  Log:
  Customized checkstyle properties so that singletons do not raise naming pattern errors and so that the long cvs headers don't raise size errors.
  
  Revision  Changes    Path
  1.2       +6 -0      jakarta-commons/betwixt/checkstyle.properties
  
  Index: checkstyle.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/checkstyle.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- checkstyle.properties	27 Oct 2002 01:28:18 -0000	1.1
  +++ checkstyle.properties	6 Jan 2003 21:23:00 -0000	1.2
  @@ -1,3 +1,9 @@
   checkstyle.maxlinelen = 100
  +## allow cvs header lines to exceed maximum
  +checkstyle.ignore.maxlinelen = 2
   checkstyle.ignore.whitespace = true
   checkstyle.ignore.public.in.interface = true
  +## allow singletons to be named any-which-way-but-loose
  +checkstyle.pattern.const = ^[a-zA-Z0-9_]*$
  +
  +
  
  
  

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