changeset 22399:bbf75d0e6a7d

CheckStyle: start generated should suppress header checks too
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Sun, 02 Aug 2015 22:55:04 -0700
parents ee4ceec1a0db
children b611fa9fef24
files graal/com.oracle.graal.graph/.checkstyle_checks.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.graph/.checkstyle_checks.xml	Fri Jul 31 16:23:42 2015 +0200
+++ b/graal/com.oracle.graal.graph/.checkstyle_checks.xml	Sun Aug 02 22:55:04 2015 -0700
@@ -207,6 +207,6 @@
   <module name="SuppressionCommentFilter">
     <property name="offCommentFormat" value="CheckStyle: start generated"/>
     <property name="onCommentFormat" value="CheckStyle: stop generated"/>
-    <property name="checkFormat" value=".*Name|.*LineLength"/>
+    <property name="checkFormat" value=".*Name|.*LineLength|.*Header"/>
   </module>
 </module>