Skip to content

Commit 36431fd

Browse files
committed
Increase max return count in detekt configuration
1 parent dc62f0b commit 36431fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/detekt/detekt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -731,8 +731,8 @@ style:
731731
active: false
732732
ReturnCount:
733733
active: true
734-
max: 2
735-
excludedFunctions: 'equals'
734+
max: 10
735+
excludedFunctions: ['equals']
736736
excludeLabeled: false
737737
excludeReturnFromLambda: true
738738
excludeGuardClauses: false

0 commit comments

Comments
 (0)