File: checkstyle-headercheck.xml

package info (click to toggle)
libitext5-java 5.0.6%2Bsvn4804-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 14,112 kB
  • sloc: java: 77,894; xml: 181; makefile: 16
file content (18 lines) | stat: -rw-r--r-- 656 bytes parent folder | download | duplicates (2)
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>