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/**'] - - -