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
It would be good to go through them and fix those that are relevant (and possibly add //nolint:<issuetype> to those that we decide not to fix). The staticcheck issues are covered in #3519.
The text was updated successfully, but these errors were encountered:
golangci-lint run -D errcheck -D unused -D staticcheck ./...
output: https://gist.github.com/dmitris/00c875553d64f2805c95c0c787c8ae0fIt would be good to go through them and fix those that are relevant (and possibly add
//nolint:<issuetype>
to those that we decide not to fix). Thestaticcheck
issues are covered in #3519.The text was updated successfully, but these errors were encountered: