Enable detekt rules UnnecessaryParentheses and cleanup the code.
This commit is contained in:
parent
55538c2773
commit
c72f1a09a7
16 changed files with 27 additions and 23 deletions
|
|
@ -16,6 +16,9 @@ style:
|
|||
active: true
|
||||
UnusedParameter:
|
||||
active: true
|
||||
UnnecessaryParentheses:
|
||||
active: true
|
||||
allowForUnclearPrecedence: false
|
||||
UnusedImports:
|
||||
active: true
|
||||
UnusedPrivateProperty:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue