Skip to content

Commit

Permalink
feat: disabled ReturnCount codesmell from detekt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joragua committed Jan 22, 2025
1 parent 18062d2 commit f62fb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/detekt/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ style:
RedundantVisibilityModifierRule:
active: true
ReturnCount:
active: true
active: false
max: 2
excludedFunctions: ['equals']
excludeLabeled: false
Expand Down

0 comments on commit f62fb05

Please sign in to comment.