cmlenz 2003/03/14 09:15:11
Modified: . checkstyle.xml
Log:
Exclude the line containing the copyright year from the header check,
because it can vary between source files. For example, files created this
year should be copyright 2003, while files created in 2001 should by
copyright 2001-2003
Revision Changes Path
1.13 +1 -0 jakarta-cactus/checkstyle.xml
Index: checkstyle.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/checkstyle.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- checkstyle.xml 19 Feb 2003 16:36:37 -0000 1.12
+++ checkstyle.xml 14 Mar 2003 17:15:11 -0000 1.13
@@ -12,6 +12,7 @@
<module name="FileLength"/>
<module name="Header">
<property name="headerFile" value="${checkstyle.header.file}"/>
+ <property name="ignoreLines" value="6"/>
</module>
<module name="LineLength">
<property name="ignorePattern" value="(@version|@see|^import)"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]