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: resolve all golangci-lint findings and bump grpc for CVE
- wrapcheck: wrap all external/interface errors with context
- noctx: use NewRequestWithContext for production HTTP clients;
file-level nolint for httptest in test files
- errcheck/errchkjson: check json.Marshal and resp.Body.Close errors
- revive: rename unused BeforeCreate tx params to _
- staticcheck: replace nil contexts with context.Background()
- testifylint: assert.NotEmpty for IDs, require.Error for preconditions,
assert.InDelta for floats, assert.Positive for > 0
- gosec: nolint for test credentials and weak random in test helpers
- intrange: use range-over-int loops
- ineffassign: remove dead rec assignment
- goconst: extract repeated test string to constant
- Bump google.golang.org/grpc 1.79.2 → 1.79.3 (GHSA-p77j-4mvh-x3m3)
- Fix flaky TestNewIsTimeSorted with 1ms sleep between ULID generations
- Update vendorHash in flake.nix
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments