Skip to content

Commit

Permalink
Apply suggestions 2, 6 & 7 from the list of 7 in comment of #14011
Browse files Browse the repository at this point in the history
  • Loading branch information
ovitrif committed Jun 24, 2022
1 parent 4935075 commit e3a8a46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/detekt/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ potential-bugs:
active: false
MissingWhenCase:
active: true
allowElseExpression: true
allowElseExpression: false
NullableToStringCall:
active: false
RedundantElseInWhen:
Expand Down Expand Up @@ -626,7 +626,7 @@ style:
SerialVersionUIDInSerializableClass:
active: false
SpacingBetweenPackageAndImports:
active: false
active: true
ThrowsCount:
active: true
max: 2
Expand All @@ -651,7 +651,7 @@ style:
UntilInsteadOfRangeTo:
active: false
UnusedImports:
active: false
active: true
UnusedPrivateClass:
active: true
UnusedPrivateMember:
Expand Down

0 comments on commit e3a8a46

Please sign in to comment.