Skip to content

Commit

Permalink
build: remove too many functions from detekt configuration (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
aripiprazole authored Jul 21, 2023
1 parent 938c78a commit 2e95f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ complexity:
excludeStringsWithLessThan5Characters: true
ignoreStringsRegex: '$^'
TooManyFunctions:
active: true
active: false
excludes: ['**/test/**', '**/androidTest/**', '**/commonTest/**', '**/jvmTest/**', '**/androidUnitTest/**', '**/androidInstrumentedTest/**', '**/jsTest/**', '**/iosTest/**']
thresholdInFiles: 11
thresholdInClasses: 11
Expand Down

0 comments on commit 2e95f97

Please sign in to comment.