mirror of
https://github.com/kaboomserver/icontrolu.git
synced 2024-11-25 00:47:55 -05:00
Don't allow star imports
This commit is contained in:
parent
fa09341e8f
commit
f00208d706
2 changed files with 2 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,6 +1,8 @@
|
||||||
|
.idea/
|
||||||
.settings/
|
.settings/
|
||||||
bin/
|
bin/
|
||||||
target/
|
target/
|
||||||
.checkstyle
|
.checkstyle
|
||||||
.classpath
|
.classpath
|
||||||
.project
|
.project
|
||||||
|
*.iml
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
"http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
|
"http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
|
||||||
|
|
||||||
<suppressions>
|
<suppressions>
|
||||||
<suppress checks="AvoidStarImport" files="."/>
|
|
||||||
<suppress checks="FileTabCharacter" files="."/>
|
<suppress checks="FileTabCharacter" files="."/>
|
||||||
<suppress checks="Javadoc" files="."/>
|
<suppress checks="Javadoc" files="."/>
|
||||||
<suppress checks="LineLength" files="."/>
|
<suppress checks="LineLength" files="."/>
|
||||||
|
|
Loading…
Reference in a new issue