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
fix: configure golangci-lint v2 and resolve lint issues
- Upgrade .golangci.yml to v2 format
- Upgrade CI from golangci-lint v1.60 to v2.11 (action v6 → v7)
- Upgrade Go from 1.22 to 1.24 in go.mod
- Disable errcheck (following Consul/Hashicorp practice)
- Add package comments to all new/moved packages
- Add doc comments to all exported types and methods in logger/
- Fix unused parameters across tests and implementations
- Fix staticcheck SA1012: use context.TODO() instead of nil in slog
- Fix staticcheck SA1019: replace deprecated cobra.ExactValidArgs
- Fix staticcheck QF1004: use strings.ReplaceAll
- Fix revive indent-error-flow in spa/handler.go
- Store interceptors on App struct in WithMiddleware option
0 commit comments