Skip to content

Commit

Permalink
Delete checkstyle config that is no longer supported (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith-turner committed Nov 21, 2018
1 parent a89ac9e commit 96af51a
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -30,7 +30,6 @@
<module name="TreeWalker">
<module name="SuppressWithNearbyCommentFilter"/>
<module name="SuppressionCommentFilter"/>
<module name="FileContentsHolder"/>
<module name="OuterTypeFilename"/>
<module name="IllegalTokenText">
<property name="tokens" value="STRING_LITERAL, CHAR_LITERAL"/>
Expand All @@ -55,9 +54,7 @@
<property name="tokens" value="LITERAL_TRY, LITERAL_CATCH, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE, LITERAL_SWITCH"/>
</module>
<module name="NeedBraces"/>
<module name="LeftCurly">
<property name="maxLineLength" value="100"/>
</module>
<module name="LeftCurly"/>
<module name="RightCurly"/>
<module name="RightCurly">
<property name="option" value="alone"/>
Expand Down

0 comments on commit 96af51a

Please sign in to comment.