File: checkstyle-headercheck.xml

package info (click to toggle)
libitext5-java 5.5.6-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 74,448 kB
  • ctags: 17,424
  • sloc: xml: 254,440; java: 117,100; makefile: 6
file content (18 lines) | stat: -rw-r--r-- 638 bytes parent folder | download | duplicates (5)
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>