Enable detekt rules TopLevelPropertyNaming and cleanup the code.
This commit is contained in:
parent
a8ed8b7a59
commit
e918d6affd
5 changed files with 16 additions and 17 deletions
|
|
@ -71,8 +71,7 @@ naming:
|
|||
VariableNaming:
|
||||
active: true
|
||||
TopLevelPropertyNaming:
|
||||
# TODO Enable it
|
||||
active: false
|
||||
active: true
|
||||
FunctionNaming:
|
||||
active: true
|
||||
ignoreAnnotated: ['Composable']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue