Skip to content

Commit

Permalink
Configure Detekt: disable TooManyFunctions
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Sep 20, 2023
1 parent 39ba1e5 commit 78eb731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/detekt/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ complexity:
excludeStringsWithLessThan5Characters: true
ignoreStringsRegex: '$^'
TooManyFunctions:
active: true
active: false
excludes: ['**/test/**', '**/androidTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**']
thresholdInFiles: 11
thresholdInClasses: 11
Expand Down

0 comments on commit 78eb731

Please sign in to comment.