Skip to content

Commit

Permalink
removed few redundant detekt config lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Dekkers committed Apr 26, 2023
1 parent 18a0963 commit ef1e04a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/run/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,6 @@ potential-bugs:
active: false
DoubleMutabilityForCollection:
active: false
DuplicateCaseInWhenExpression:
active: true
EqualsAlwaysReturnsTrueOrFalse:
active: true
EqualsWithHashCodeExist:
Expand Down Expand Up @@ -421,9 +419,6 @@ potential-bugs:
MissingPackageDeclaration:
active: false
excludes: ['**/*.kts']
MissingWhenCase:
active: true
allowElseExpression: true
NullableToStringCall:
active: false
RedundantElseInWhen:
Expand Down

0 comments on commit ef1e04a

Please sign in to comment.