Skip to content

Instantly share code, notes, and snippets.

@ponsuke0531
Last active August 9, 2017 00:23
Show Gist options
  • Save ponsuke0531/3271a3dda516a0be5caa270423caf870 to your computer and use it in GitHub Desktop.
Save ponsuke0531/3271a3dda516a0be5caa270423caf870 to your computer and use it in GitHub Desktop.
Javaのソースで見つけた CHECKSTYLE:OFF って何?から知るCheckstyle ref: http://qiita.com/ponsuke0531/items/effcdbf890f850030ba3
//CHECKSTYLE:OFF
Javaのコード
//CHECKSTYLE:ON
<module name="Checker">
<property name="severity" value="warning"/>
<module name="TreeWalker">
<module name="FileContentsHolder"/>
<module name="JavadocMethod">
<省略>
<module name="SuppressionCommentFilter"/>
<module name="SuppressWithNearbyCommentFilter">
<property name="commentFormat" value="CHECKSTYLE IGNORE THIS LINE"/>
</module>
</module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment