Skip to content

Commit

Permalink
Merge pull request #727 from CorfuDB/checkstyle-new-module
Browse files Browse the repository at this point in the history
Add module suppress check abbreviation warning
  • Loading branch information
no2chem committed Jun 18, 2017
2 parents 14d7056 + c4c0b06 commit 1a7dfbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion checks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
<module name="FileTabCharacter">
<property name="eachLine" value="true"/>
</module>

<module name="SuppressWarningsFilter" />
<module name="TreeWalker">
<module name="SuppressWarningsHolder" />
<module name="OuterTypeFilename"/>
<module name="IllegalTokenText">
<property name="tokens" value="STRING_LITERAL, CHAR_LITERAL"/>
Expand Down

0 comments on commit 1a7dfbf

Please sign in to comment.