summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2024-02-09 10:12:15 +0100
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2024-02-19 11:19:12 +0100
commit19560e9544583d4471df9111c1bdf92bfcf0b6bf (patch)
tree9417875e6a2a344507079ee36e20301846a74562
parent6539f62dcac6289c877563a4d453e48daafc3b8f (diff)
downloadmullvadvpn-19560e9544583d4471df9111c1bdf92bfcf0b6bf.tar.xz
mullvadvpn-19560e9544583d4471df9111c1bdf92bfcf0b6bf.zip
Allow any length for test names
-rw-r--r--android/config/detekt.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/config/detekt.yml b/android/config/detekt.yml
index d6444acd7f..9f42344321 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: