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 CI failures — lint, gofmt, security scan
- Remove check-blank and check-type-assertions from errcheck config;
blank-discard and pool type assertions are idiomatic and safe
- Disable fieldalignment govet analyzer; struct layout is a
micro-optimization that adds noise without correctness benefit
- Handle error from json.NewEncoder.Encode in handleStatusAPI
- Handle error from globalManager.Stop in InitGlobalManager
- Remove unused newDiscardLogger helper from logger/new.go
- Remove unused reIdentifier var from parser/expr.go
- Run gofmt on cli/cliargs.go, email/dispatcher.go, monitor/server.go,
parser/expr.go
- Pin gosec to v2.21.4; @latest resolves to v2.25.0 which requires
go 1.25.0 in its go.mod — invalid for current Go toolchain
- Switch all CI jobs from go-version-file to go-version stable so
modern tooling (gosec, golangci-lint) builds without version conflicts
0 commit comments