mirror of
https://github.com/iv-org/invidious.git
synced 2026-09-18 20:13:46 +00:00
chore(ameba): Do not exclude /api routes from Lint/UselessAssign (#5900)
This commit is contained in:
@@ -7,7 +7,7 @@ Lint/UselessAssign:
|
|||||||
Excluded:
|
Excluded:
|
||||||
- src/invidious.cr
|
- src/invidious.cr
|
||||||
- src/invidious/helpers/errors.cr
|
- src/invidious/helpers/errors.cr
|
||||||
- src/invidious/routes/**/*.cr
|
- src/invidious/routes/*.cr
|
||||||
|
|
||||||
# Ignore false negative (if !db.query_one?...)
|
# Ignore false negative (if !db.query_one?...)
|
||||||
Lint/UnreachableCode:
|
Lint/UnreachableCode:
|
||||||
|
|||||||
Reference in New Issue
Block a user