diff graal/com.oracle.graal.graph/.checkstyle_checks.xml @ 11363:b332bfd012a4

added suppression filter so that long help messages for Options can be supported without triggering Checkstyle errors in generated sources
author Doug Simon <doug.simon@oracle.com>
date Mon, 19 Aug 2013 21:57:12 +0200
parents 00b70a864d3b
children
line wrap: on
line diff
--- a/graal/com.oracle.graal.graph/.checkstyle_checks.xml	Mon Aug 19 18:10:13 2013 +0200
+++ b/graal/com.oracle.graal.graph/.checkstyle_checks.xml	Mon Aug 19 21:57:12 2013 +0200
@@ -5,7 +5,7 @@
     This configuration file was written by the eclipse-cs plugin configuration editor
 -->
 <!--
-    Checkstyle-Configuration: Maxine Checks
+    Checkstyle-Configuration: Checks
     Description: none
 -->
 <module name="Checker">
@@ -203,4 +203,9 @@
     <property name="format" value="System\.(out|err)\.print"/>
     <property name="fileExtensions" value="java"/>
   </module>
+  <module name="SuppressionCommentFilter">
+    <property name="offCommentFormat" value="CheckStyle: stop line length check"/>
+    <property name="onCommentFormat" value="CheckStyle: resume line length check"/>
+    <property name="checkFormat" value="LineLength"/>
+  </module>
 </module>