Update Detekt to ignore FunctionNaming for @Composable

This commit is contained in:
Niels van Velzen
2022-10-29 13:11:36 +02:00
committed by Niels van Velzen
parent 099dd125bd
commit 6429fb3ff5

View File

@ -17,6 +17,9 @@ complexity:
naming:
InvalidPackageDeclaration:
active: false
FunctionNaming:
ignoreAnnotated:
- Composable
style:
# Allow TODO and FIXME comments