From 3374b0523e651552a1cb54e0311d856b34b20887 Mon Sep 17 00:00:00 2001 From: Mohammed Hussain <56958445+hussainmohd-a@users.noreply.github.com> Date: Wed, 10 Apr 2024 16:47:55 +0530 Subject: [PATCH] gh-action: rmv toomanyfns config from sa.yml --- .github/detekt-config.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/detekt-config.yml b/.github/detekt-config.yml index 9da691a4e..677f70060 100644 --- a/.github/detekt-config.yml +++ b/.github/detekt-config.yml @@ -6,12 +6,4 @@ style: excludeImportStatements: true excludeCommentStatements: false excludeRawStrings: true -complexity: - TooManyFunctions: - active: true - threshold: 100 - excludes: ['**/test/**', '**/generated/**'] - - -