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
{{ message }}
This repository was archived by the owner on Aug 29, 2023. It is now read-only.
It would be nice to setup golangci-lint with more linters (like
errcheck).The golangci-lint config could either be unified too, or let various repos enable linters they like (sounds more of a pain than anything).
For the list of linters, I think the best is to add them when needed, I would do:
staticcheck(current, move togolangci-lint)go vet(current, move togolangci-lint)errcheck(new, see Update builder.go ipfs/go-unixfs#133)