From 72f653a29c87879ca0f3a65d86563c167c6c5dd3 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Sun, 8 Dec 2024 19:32:02 +0100 Subject: [PATCH] ci(detekt): bump condition complexity threshold 4->5 Signed-off-by: Andy Scherzinger --- detekt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detekt.yml b/detekt.yml index 771890bf2..6fe52f753 100644 --- a/detekt.yml +++ b/detekt.yml @@ -48,7 +48,7 @@ complexity: active: true ComplexCondition: active: true - threshold: 4 + threshold: 5 ComplexInterface: active: false threshold: 10