1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
<?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">
<!--
This configuration file was written by the eclipse-cs plugin configuration editor
-->
<!--
Checkstyle-Configuration: Local Checkstyle Config
Description: none
-->
<module name="Checker">
<property name="severity" value="warning" />
<module name="Header">
<property name="headerFile" value="${checkstyle.header.file}" />
<property name="ignoreLines" value="1,2,3,4,5,6,7" />
<property name="fileExtensions" value="java" />
</module>
</module>
|