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: use errcheck exclusions instead of noisy suppressions
Configure golangci-lint to exclude errcheck for idiomatic Go patterns
where errors are unactionable (ResponseWriter.Write, fmt.Fprint,
json.Encode, Flush, Close in test files). Revert _, _ = suppressions
back to clean idiomatic Go.
0 commit comments