diff graal/com.oracle.graal.graph/.checkstyle_checks.xml @ 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 96acaee06302
children 05183a084a08
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>