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 has been archived by the owner on Feb 20, 2020. It is now read-only.
golangci-lint includes a bunch of linters including the ones that we specifically use in build.sh. It also has editor plugin support.
Out of the box it includes these lint checks that we already use:
go vet
golint
(not enabled by default)Out of the box (with golint enabled), on master, there are some good actionable fixes caught by gosimple, typecheck, and errcheck.
Is this worth switching to in
build.sh
?The text was updated successfully, but these errors were encountered: