1
0

Make the Checkstyle report usable.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@491258 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dennis Lundberg
2006-12-30 17:37:45 +00:00
parent b7ecf17217
commit 54cde7aa32
4 changed files with 26 additions and 5 deletions

View File

@@ -23,20 +23,18 @@
"-//Puppy Crawl//DTD Check Configuration 1.1//EN"
"http://www.puppycrawl.com/dtds/configuration_1_1.dtd">
<!-- commons codec customization of default Checkstyle behavior -->
<!-- commons logging 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"/>
<property name="headerFile" value="license-header.txt"/>
</module>
<module name="OperatorWrap">
<property name="option" value="eol"/>
<property name="option" value="nl"/>
</module>
</module>
</module>