Enable detekt rules VariableNaming and cleanup the code.
This commit is contained in:
parent
86756dbc09
commit
a8ed8b7a59
2 changed files with 4 additions and 5 deletions
|
|
@ -69,8 +69,7 @@ complexity:
|
|||
|
||||
naming:
|
||||
VariableNaming:
|
||||
# TODO Enable it
|
||||
active: false
|
||||
active: true
|
||||
TopLevelPropertyNaming:
|
||||
# TODO Enable it
|
||||
active: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue