Skip to content

Fix staticcheck lint failures blocking CI - #6

Merged
theworker02 merged 1 commit into
mainfrom
cursor/fix-staticcheck-lint
Aug 3, 2026
Merged

Fix staticcheck lint failures blocking CI#6
theworker02 merged 1 commit into
mainfrom
cursor/fix-staticcheck-lint

Conversation

@theworker02

Copy link
Copy Markdown
Owner

Summary

Fixes the four staticcheck findings failing the lint job:

  • ST1005: usage error strings no longer end with ...
  • U1000: remove unused mu on postgres resource
  • SA1012: pass context.TODO() instead of nil in ratelimit test

Test plan

  • go test on affected packages
  • staticcheck on affected packages
  • CI lint green

Made with Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>
@theworker02
theworker02 merged commit 8a3800a into main Aug 3, 2026
@theworker02
theworker02 deleted the cursor/fix-staticcheck-lint branch August 3, 2026 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant