Enable detekt rule UnusedPrivateMember and cleanup the code.
This commit is contained in:
parent
2449cbbaa3
commit
bb3511e5f3
3 changed files with 3 additions and 47 deletions
|
|
@ -13,8 +13,7 @@ style:
|
|||
FunctionOnlyReturningConstant:
|
||||
active: false
|
||||
UnusedPrivateMember:
|
||||
# TODO Enable it
|
||||
active: false
|
||||
active: true
|
||||
UnusedParameter:
|
||||
# TODO Enable it
|
||||
active: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue