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 e11a2b5341
commit 032e1921df

View File

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