You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add .golangci.yml config and fix all lint issues
Add golangci-lint v2 config with sensible linters for a CLI project
(gosec, revive, gocritic, errorlint, noctx, etc.) and fix all 9
issues found: use errors.As for wrapped errors, avoid range copy of
large structs, replace http.Get with context-aware request, rename
shadowed builtin, and fix gofmt alignment.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments