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
engine: green the CI lint baseline — errcheck / ineffassign / staticcheck (HAL-117)
Completes the errcheck/ineffassign cleanup across the repo, including the
renamed files (treewalk.go / answer_treewalk.go) the off-main pass couldn't reach:
- errcheck: _, _ = fmt.Fprintf on the SSE writers; unchecked returns handled
across cmd/benchmark, handlers, connecthandler, parser, storage, queue, db, ingest.
- ineffassign: drop the ineffectual 'written += remaining' before break in
treewalk_strategy.
- staticcheck: real TLS-disabled assertion (was an empty branch) in config_test;
De Morgan's rewrite in retrieval_test; drop embedded-field selector in decompose_test.
- misspell: ignore-rule for 'strat' (our 'strategy' abbreviation) in .golangci.yml.
- formatting normalized via the golangci formatters.
golangci-lint run: 0 issues. go build + unit tests green. Closes HAL-117.
0 commit comments