Update Detekt to ignore FunctionNaming for @Composable
This commit is contained in:
committed by
Niels van Velzen
parent
099dd125bd
commit
6429fb3ff5
@@ -17,6 +17,9 @@ complexity:
|
||||
naming:
|
||||
InvalidPackageDeclaration:
|
||||
active: false
|
||||
FunctionNaming:
|
||||
ignoreAnnotated:
|
||||
- Composable
|
||||
|
||||
style:
|
||||
# Allow TODO and FIXME comments
|
||||
|
||||
Reference in New Issue
Block a user