Enable detekt rules VariableNaming and cleanup the code.

This commit is contained in:
Benoit Marty 2023-07-20 17:50:23 +02:00
parent 86756dbc09
commit a8ed8b7a59
2 changed files with 4 additions and 5 deletions

View file

@ -69,8 +69,7 @@ complexity:
naming:
VariableNaming:
# TODO Enable it
active: false
active: true
TopLevelPropertyNaming:
# TODO Enable it
active: false