Enable detekt rules UnusedParameter and UnusedPrivateProperty and cleanup the code.

This commit is contained in:
Benoit Marty 2023-07-20 17:48:56 +02:00
parent 24ece8c454
commit 86756dbc09
9 changed files with 11 additions and 24 deletions

View file

@ -15,11 +15,9 @@ style:
UnusedPrivateMember:
active: true
UnusedParameter:
# TODO Enable it
active: false
active: true
UnusedPrivateProperty:
# TODO Enable it
active: false
active: true
ThrowsCount:
active: false
LoopWithTooManyJumpStatements: