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