Checkstyle fixes and warnings.

Should get 'working' builds now.
This commit is contained in:
wizjany
2019-03-11 00:02:51 -04:00
parent bb33897221
commit 6192ba8dc1
7 changed files with 37 additions and 31 deletions

View File

@ -5,8 +5,9 @@
<module name="Checker">
<!-- Tabs are strictly banned -->
<module name="FileTabCharacter"/>
<module name="SuppressWarningsFilter" />
<module name="TreeWalker">
<module name="SuppressWarningsHolder" /> <!-- allows for @SuppressWarnings annotation -->
<!-- Important basics -->
<!-- <module name="PackageDeclaration"/> Unlikely that we would miss this in a PR -->
<module name="OuterTypeFilename"/> <!-- TypeName -> TypeName.java -->