Setup Detekt - specific rule for Composable function
This commit is contained in:
committed by
Benoit Marty
parent
e11a2b5341
commit
032e1921df
@@ -71,6 +71,9 @@ naming:
|
||||
TopLevelPropertyNaming:
|
||||
# TODO Enable it
|
||||
active: false
|
||||
FunctionNaming:
|
||||
active: true
|
||||
ignoreAnnotated: ['Composable']
|
||||
|
||||
performance:
|
||||
SpreadOperator:
|
||||
|
||||
Reference in New Issue
Block a user