Don't allow star imports

This commit is contained in:
mathiascode 2019-12-21 15:11:47 +02:00
parent fa09341e8f
commit f00208d706
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,6 +1,8 @@
.idea/
.settings/
bin/
target/
.checkstyle
.classpath
.project
*.iml

View File

@ -5,7 +5,6 @@
"http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
<suppressions>
<suppress checks="AvoidStarImport" files="."/>
<suppress checks="FileTabCharacter" files="."/>
<suppress checks="Javadoc" files="."/>
<suppress checks="LineLength" files="."/>