From 117bdd637ec8ce33e14e805f56fe4290a207d965 Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Tue, 23 Dec 2025 05:14:01 -0800 Subject: [PATCH] fix: add nolint:misspell for SQL query with British spelling --- internal/storage/sqlite/blocked_cache.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/storage/sqlite/blocked_cache.go b/internal/storage/sqlite/blocked_cache.go index 5dbf4551..e592d507 100644 --- a/internal/storage/sqlite/blocked_cache.go +++ b/internal/storage/sqlite/blocked_cache.go @@ -134,6 +134,7 @@ func (s *SQLiteStorage) rebuildBlockedCache(ctx context.Context, exec execer) er // Failure close reasons are detected by matching keywords in close_reason: // failed, rejected, wontfix, won't fix, canceled, abandoned, // blocked, error, timeout, aborted + //nolint:misspell // SQL contains both "cancelled" and "canceled" for British/US spelling query := ` INSERT INTO blocked_issues_cache (issue_id) WITH RECURSIVE