feat(subsonic): browse endpoints — getArtists/getAlbum/search3/… (#295) #8
@@ -13,9 +13,11 @@ naming:
|
|||||||
- "Composable"
|
- "Composable"
|
||||||
|
|
||||||
complexity:
|
complexity:
|
||||||
# Room DAO interfaces accumulate one method per query and naturally
|
# Room types naturally accumulate one method per query (Dao) or one
|
||||||
# exceed the default 11-function threshold. The rule still applies to
|
# accessor per entity (Database). Scope the exception to these
|
||||||
# non-DAO interfaces where >11 methods IS a smell worth flagging.
|
# annotations; the rule still applies to non-Room interfaces / classes
|
||||||
|
# where >11 methods IS a smell worth flagging.
|
||||||
TooManyFunctions:
|
TooManyFunctions:
|
||||||
ignoreAnnotated:
|
ignoreAnnotated:
|
||||||
- "Dao"
|
- "Dao"
|
||||||
|
- "Database"
|
||||||
|
|||||||
Reference in New Issue
Block a user