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

Matthew Swift
23.35.2011 451a48c7100d4fe37da3ee20221c3315b508711c
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>