Setup Detekt - specific rule for Composable function
This commit is contained in:
parent
e11a2b5341
commit
032e1921df
1 changed files with 3 additions and 0 deletions
|
|
@ -71,6 +71,9 @@ naming:
|
||||||
TopLevelPropertyNaming:
|
TopLevelPropertyNaming:
|
||||||
# TODO Enable it
|
# TODO Enable it
|
||||||
active: false
|
active: false
|
||||||
|
FunctionNaming:
|
||||||
|
active: true
|
||||||
|
ignoreAnnotated: ['Composable']
|
||||||
|
|
||||||
performance:
|
performance:
|
||||||
SpreadOperator:
|
SpreadOperator:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue