Enable detekt rules TopLevelPropertyNaming and cleanup the code.

This commit is contained in:
Benoit Marty 2023-07-20 17:52:48 +02:00
parent 2bd1c75937
commit 8f715cbc92
5 changed files with 16 additions and 17 deletions

View file

@ -71,8 +71,7 @@ naming:
VariableNaming:
active: true
TopLevelPropertyNaming:
# TODO Enable it
active: false
active: true
FunctionNaming:
active: true
ignoreAnnotated: ['Composable']