v2026.05.21.0 — Wear OS dispatch fix, playlist-load feedback, drift CI #58
@@ -11,3 +11,11 @@ naming:
|
|||||||
FunctionNaming:
|
FunctionNaming:
|
||||||
ignoreAnnotated:
|
ignoreAnnotated:
|
||||||
- "Composable"
|
- "Composable"
|
||||||
|
|
||||||
|
complexity:
|
||||||
|
# Room DAO interfaces accumulate one method per query and naturally
|
||||||
|
# exceed the default 11-function threshold. The rule still applies to
|
||||||
|
# non-DAO interfaces where >11 methods IS a smell worth flagging.
|
||||||
|
TooManyFunctions:
|
||||||
|
ignoreAnnotated:
|
||||||
|
- "Dao"
|
||||||
|
|||||||
Reference in New Issue
Block a user