diff --git a/android/config/detekt.yml b/android/config/detekt.yml index d6444acd7f4d..9f4234432125 100644 --- a/android/config/detekt.yml +++ b/android/config/detekt.yml @@ -761,6 +761,7 @@ style: excludeImportStatements: true excludeCommentStatements: false excludeRawStrings: true + ignoreAnnotated: ['Test'] MayBeConst: active: true ModifierOrder: