Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

use golangci-lint in build.sh for multi-linting #199

Open
milescrabill opened this issue May 1, 2019 · 0 comments
Open

use golangci-lint in build.sh for multi-linting #199

milescrabill opened this issue May 1, 2019 · 0 comments

Comments

@milescrabill
Copy link
Contributor

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)
  • ineffassign

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant