From 51066c38dfe3d7795542884ac5f42ed37e370605 Mon Sep 17 00:00:00 2001 From: Polina <95079464+pulkabarlova@users.noreply.github.com> Date: Thu, 29 May 2025 12:13:37 +0200 Subject: [PATCH] Update detekt.yml --- .github/workflows/assets/detekt.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/assets/detekt.yml b/.github/workflows/assets/detekt.yml index de0a319c..6eab32be 100644 --- a/.github/workflows/assets/detekt.yml +++ b/.github/workflows/assets/detekt.yml @@ -82,11 +82,11 @@ complexity: TooManyFunctions: active: true excludes: ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/jsTest/**', '**/iosTest/**'] - thresholdInFiles: 11 - thresholdInClasses: 11 - thresholdInInterfaces: 11 - thresholdInObjects: 11 - thresholdInEnums: 11 + thresholdInFiles: 14 + thresholdInClasses: 14 + thresholdInInterfaces: 14 + thresholdInObjects: 14 + thresholdInEnums: 14 ignoreDeprecated: false ignorePrivate: false