mirror of
https://github.com/jellyfin/jellyfin-androidtv.git
synced 2025-08-06 15:20:34 +08:00
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