From 1e57725cab8ef41aa385cdcffe57a2360ddb8ff3 Mon Sep 17 00:00:00 2001 From: Jonatan Rhodin Date: Fri, 9 Feb 2024 10:12:15 +0100 Subject: [PATCH] Allow any length for test names --- android/config/detekt.yml | 1 + 1 file changed, 1 insertion(+) 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: