mirror of
https://github.com/kaboomserver/extras.git
synced 2025-01-06 22:51:53 +00: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