chore(ameba): Do not exclude /api routes from Lint/UselessAssign (#5900)

This commit is contained in:
Fijxu 2026-09-14 23:07:37 -03:00 committed by GitHub
parent b052ced0b4
commit 9f8bc9e2c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ Lint/UselessAssign:
Excluded:
- src/invidious.cr
- src/invidious/helpers/errors.cr
- src/invidious/routes/**/*.cr
- src/invidious/routes/*.cr
# Ignore false negative (if !db.query_one?...)
Lint/UnreachableCode: