Update checkstyle to version 8.3

This commit is contained in:
Adam
2017-10-20 20:03:35 -04:00
parent e0e07a4fb8
commit 38a9ccc976
3 changed files with 10 additions and 0 deletions

View File

@@ -41,6 +41,7 @@
</module>
<module name="WhitespaceAround"/>
<module name="UnusedImports"/>
<module name="SuppressionCommentFilter"/>
</module>
<module name="RegexpMultiline">
<property name="format" value="else[ \t]*[\r\n]+[ \t]*if"/>