Enable detekt rules UnusedParameter and UnusedPrivateProperty and cleanup the code.
This commit is contained in:
parent
bb3511e5f3
commit
bd2826da3a
9 changed files with 11 additions and 24 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue