mirror of
https://github.com/kaboomserver/extras.git
synced 2024-11-27 01:45:44 -05:00
Suppress warnings for star imports
This commit is contained in:
parent
c3a674f8fd
commit
2a2232b0da
1 changed files with 1 additions and 0 deletions
|
@ -11,4 +11,5 @@
|
|||
<suppress checks="MagicNumber" files="."/>
|
||||
<suppress checks="MethodLength" files="."/>
|
||||
<suppress checks="NewlineAtEndOfFile" files="."/>
|
||||
<suppress checks="AvoidStarImport" files="."/>
|
||||
</suppressions>
|
||||
|
|
Loading…
Reference in a new issue