opends-unittest-checkstyle.xml revision 114
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">
114N/A <!-- Ensure that each source file starts with the appropriate header -->
114N/A <module name="Header">
114N/A <property name="headerFile" value="${basedir}/ext/checkstyle/opends.sourceheader" />
114N/A </module>
114N/A </module>
114N/A</module>
114N/A