diff --git a/config/detekt/detekt.yml b/config/detekt/detekt.yml index ca08c03da806..62332182dba2 100644 --- a/config/detekt/detekt.yml +++ b/config/detekt/detekt.yml @@ -274,3 +274,6 @@ style: VarCouldBeVal: active: true ignoreAnnotated: ['Parameter'] + WildcardImport: + active: true + excludeImports: []