Allow nimbus-fml WildcardImports
This commit is contained in:
Родитель
ba154be788
Коммит
9c4f0c6868
|
@ -15,6 +15,11 @@ style:
|
||||||
active: false
|
active: false
|
||||||
UnusedPrivateMember:
|
UnusedPrivateMember:
|
||||||
active: false
|
active: false
|
||||||
|
WildcardImport:
|
||||||
|
excludeImports:
|
||||||
|
- com.example.app.nimbus.*
|
||||||
|
- com.example.lib.nimbus.*
|
||||||
|
- com.example.sublib.nimbus.*
|
||||||
|
|
||||||
exceptions:
|
exceptions:
|
||||||
RethrowCaughtException:
|
RethrowCaughtException:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче