114N/A<?xml version="1.0"?>
114N/A<!DOCTYPE module PUBLIC
114N/A "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
114N/A "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
114N/A
114N/A
114N/A<module name="Checker">
114N/A <module name="TreeWalker">
730N/A <property name="cacheFile" value="${basedir}/.checkstyle-cache/opends-functest-checkstyle.cache" />
730N/A
114N/A <!-- Ensure that each source file starts with the appropriate header -->
5813N/A <module name="RegexpHeader">
5812N/A <property name="headerFile" value="${basedir}/ext/checkstyle/opendj.sourceheader" />
114N/A </module>
114N/A </module>
114N/A</module>
114N/A