Skip to content

Commit

Permalink
Update detekt.yml to prep for explicit API mode
Browse files Browse the repository at this point in the history
  • Loading branch information
WhosNickDoglio committed Nov 21, 2024
1 parent 058c68b commit dd98148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/detekt/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -671,11 +671,11 @@ style:
ProtectedMemberInFinalClass:
active: true
RedundantExplicitType:
active: true
active: false
RedundantHigherOrderMapUsage:
active: true
RedundantVisibilityModifierRule:
active: true
active: false
ReturnCount:
active: true
max: 2
Expand Down

0 comments on commit dd98148

Please sign in to comment.