golangci / golangci-worker

Queue worker of GolangCI
GNU Affero General Public License v3.0
12 stars 6 forks source link

Integrate more linters #14

Closed golangci closed 6 years ago

golangci commented 6 years ago

Now we support next linters:

  1. govet
  2. golint
  3. gofmt/goimports
  4. errcheck (temporary disabled because of huge memory consumption)

We need more linters from https://github.com/golangci/awesome-go-linters to support.

golangci commented 6 years ago

supported in golangci-lint