chore(ameba): Do not exclude /api routes

This commit is contained in:
Fijxu 2026-08-05 04:48:32 -04:00
parent 3383a3041f
commit 4091bc1a45
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

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: