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

Ludovic Poitou
04.34.2010 2ec070382a3dba82d6c5964287e023d87e8ec06c
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>