You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2002/06/07 09:37:01 UTC

cvs commit: jakarta-commons-sandbox/cli project.properties

jstrachan    2002/06/07 00:37:01

  Modified:    cli      project.properties
  Log:
  Applied John's patches to the checkstyle properties
  
  Revision  Changes    Path
  1.3       +3 -1      jakarta-commons-sandbox/cli/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/cli/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties	6 Jun 2002 09:37:26 -0000	1.2
  +++ project.properties	7 Jun 2002 07:37:01 -0000	1.3
  @@ -16,7 +16,9 @@
   maven.checkstyle.header.file = LICENSE.txt
   maven.checkstyle.header.ignore.line = 1,2,3,4
   maven.checkstyle.const.pattern = ^[a-z][a-zA-Z0-9]*$
  -maven.checkstyle.member.pattern = ^[_]*[a-z][a-zA-Z0-9]*$
  +maven.checkstyle.member.pattern = ^[_]?[a-z]?[a-zA-Z0-9]*$
  +maven.checkstyle.ignore.line.len.pattern = ^[ \* \$]+[.]*
  +
   maven.checkstyle.javadoc.scope = protected
   
   # disable these non-critical errors to highlight
  
  
  

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