Skip to content

Commit 117bdd6

Browse files
committed
fix: add nolint:misspell for SQL query with British spelling
1 parent 8b49d8f commit 117bdd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/storage/sqlite/blocked_cache.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ func (s *SQLiteStorage) rebuildBlockedCache(ctx context.Context, exec execer) er
134134
// Failure close reasons are detected by matching keywords in close_reason:
135135
// failed, rejected, wontfix, won't fix, canceled, abandoned,
136136
// blocked, error, timeout, aborted
137+
//nolint:misspell // SQL contains both "cancelled" and "canceled" for British/US spelling
137138
query := `
138139
INSERT INTO blocked_issues_cache (issue_id)
139140
WITH RECURSIVE

0 commit comments

Comments
 (0)