diff --git a/.detekt.yml b/.detekt.yml index cd7f1e239..96d08d15d 100644 --- a/.detekt.yml +++ b/.detekt.yml @@ -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: