mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Ludovic Poitou
13.12.2010 da47aad812d6576dc1244b9460a440d1943bf889
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN" "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
 
<module name="Checker">
  <module name="Header">
    <property name="headerFile" value="${basedir}/ext/checkstyle/src-header.txt"/>
  </module>
  <module name="FileTabCharacter">
    <property name="eachLine" value="true"/>
  </module>
  <module name="RegexpSingleline">
    <property name="format" value="\s$"/>
    <property name="message" value="Line ends with whitespace."/>
  </module>
</module>