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/02/15 10:38:38 UTC

cvs commit: jakarta-commons/logging checkstyle.xml

rdonkin     2004/02/15 01:38:38

  Added:       logging  checkstyle.xml
  Log:
  Added maven build (aimed at documentation). This isn't totally satisfactory (for example, I've stripped out the unit tests) and the user guide formatting isn't brilliant. But i feel that i want to be able to get some feedback and there are some other priorities. i'll try to get to this work later.
  
  Revision  Changes    Path
  1.1                  jakarta-commons/logging/checkstyle.xml
  
  Index: checkstyle.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <!DOCTYPE module PUBLIC
      "-//Puppy Crawl//DTD Check Configuration 1.1//EN"
      "http://www.puppycrawl.com/dtds/configuration_1_1.dtd">
  
  <!-- commons codec customization of default Checkstyle behavior -->
  <module name="Checker">
    <property name="basedir" value="src/checkstyle"/>
    <property name="localeLanguage" value="en"/>
  
    <module name="TreeWalker">
      <!-- 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,10"/>
      </module>
  
      <module name="OperatorWrap">
        <property name="option" value="eol"/>
      </module>
    </module>
  </module>
  
  
  
  

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