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

cvs commit: jakarta-commons/lang project.properties checkstyle.properties

bayard      2002/09/20 22:16:10

  Added:       lang     project.properties checkstyle.properties
  Log:
  Created a standard set of checkstyle properties.
  It's still noticing RuntimeExceptions, so that part isn't working yet.
  
  Revision  Changes    Path
  1.1                  jakarta-commons/lang/project.properties
  
  Index: project.properties
  ===================================================================
  maven.checkstyle.properties=checkstyle.properties
  
  
  
  1.1                  jakarta-commons/lang/checkstyle.properties
  
  Index: checkstyle.properties
  ===================================================================
  checkstyle.ignore.public.in.interface=true
  checkstyle.require.packagehtml
  checkstyle.javadoc.checkUnusedThrows=false
  checkstyle.lcurly.type=ignore
  checkstyle.lcurly.method=ignore
  checkstyle.lcurly.other=ignore
  checkstyle.maxlinelen=120
  
  
  

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