Allow nimbus-fml WildcardImports

This commit is contained in:
Ryan VanderMeulen 2023-06-15 20:52:19 -04:00
Родитель ba154be788
Коммит 9c4f0c6868
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -15,6 +15,11 @@ style:
active: false
UnusedPrivateMember:
active: false
WildcardImport:
excludeImports:
- com.example.app.nimbus.*
- com.example.lib.nimbus.*
- com.example.sublib.nimbus.*
exceptions:
RethrowCaughtException: