comparison 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
comparison
equal deleted inserted replaced
11362:eefa7d842e7f 11363:b332bfd012a4
3 3
4 <!-- 4 <!--
5 This configuration file was written by the eclipse-cs plugin configuration editor 5 This configuration file was written by the eclipse-cs plugin configuration editor
6 --> 6 -->
7 <!-- 7 <!--
8 Checkstyle-Configuration: Maxine Checks 8 Checkstyle-Configuration: Checks
9 Description: none 9 Description: none
10 --> 10 -->
11 <module name="Checker"> 11 <module name="Checker">
12 <property name="severity" value="error"/> 12 <property name="severity" value="error"/>
13 <module name="TreeWalker"> 13 <module name="TreeWalker">
201 </module> 201 </module>
202 <module name="RegexpSingleline"> 202 <module name="RegexpSingleline">
203 <property name="format" value="System\.(out|err)\.print"/> 203 <property name="format" value="System\.(out|err)\.print"/>
204 <property name="fileExtensions" value="java"/> 204 <property name="fileExtensions" value="java"/>
205 </module> 205 </module>
206 <module name="SuppressionCommentFilter">
207 <property name="offCommentFormat" value="CheckStyle: stop line length check"/>
208 <property name="onCommentFormat" value="CheckStyle: resume line length check"/>
209 <property name="checkFormat" value="LineLength"/>
210 </module>
206 </module> 211 </module>