File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+
3+ <!DOCTYPE module PUBLIC
4+ "-//Puppy Crawl//DTD Check Configuration 1.1//EN"
5+ "http://www.puppycrawl.com/dtds/configuration_1_1.dtd">
6+
7+ <!-- commons codec customization of default Checkstyle behavior -->
8+ <module name =" Checker" >
9+ <property name =" basedir" value =" src/checkstyle" />
10+ <property name =" localeLanguage" value =" en" />
11+
12+ <module name =" TreeWalker" >
13+ <!-- Verify that EVERY source file has the appropriate license -->
14+ <module name =" Header" >
15+ <property name =" headerFile" value =" LICENSE.txt" />
16+ </module >
17+
18+ <module name =" OperatorWrap" >
19+ <property name =" option" value =" eol" />
20+ </module >
21+ </module >
22+ </module >
23+
Original file line number Diff line number Diff line change 22# Properties that override Maven build defaults
33# #
44
5- maven.checkstyle.properties =${basedir}/checkstyle.properties
5+ maven.checkstyle.properties =${basedir}/checkstyle.xml
66maven.test.failure = false
77maven.junit.fork =true
88maven.linkcheck.enable =false
You can’t perform that action at this time.
0 commit comments