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