From 9c4f0c6868d4addda20d708a46c5d38192ab266a Mon Sep 17 00:00:00 2001 From: Ryan VanderMeulen Date: Thu, 15 Jun 2023 20:52:19 -0400 Subject: [PATCH] Allow nimbus-fml WildcardImports --- .detekt.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: