Enable detekt rule UnusedPrivateMember and cleanup the code.

This commit is contained in:
Benoit Marty 2023-07-20 17:44:14 +02:00
parent 2449cbbaa3
commit bb3511e5f3
3 changed files with 3 additions and 47 deletions

View file

@ -13,8 +13,7 @@ style:
FunctionOnlyReturningConstant:
active: false
UnusedPrivateMember:
# TODO Enable it
active: false
active: true
UnusedParameter:
# TODO Enable it
active: false