Enable detekt rules TopLevelPropertyNaming and cleanup the code.

This commit is contained in:
Benoit Marty 2023-07-20 17:52:48 +02:00
parent a8ed8b7a59
commit e918d6affd
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']