Setup Detekt - specific rule for Composable function

This commit is contained in:
Benoit Marty 2022-12-09 16:10:17 +01:00 committed by Benoit Marty
parent 77877e14dc
commit c46ce58e0c

View file

@ -71,6 +71,9 @@ naming:
TopLevelPropertyNaming:
# TODO Enable it
active: false
FunctionNaming:
active: true
ignoreAnnotated: ['Composable']
performance:
SpreadOperator: