alecthomas / gometalinter

DEPRECATED: Use https://github.com/golangci/golangci-lint
MIT License
3.51k stars 267 forks source link

gochecknoinits and gochecknoglobals missing in goreleaser #522

Closed thsnr closed 6 years ago

thsnr commented 6 years ago

The goreleaser configuration does not include the new gochecknoinits and gochecknoglobals linters.

I used goreleaser to build the master branch and after putting the contents of the resulting archive on PATH, running gometalinter with --enable-all results in:

WARNING: exec: "gochecknoinits": executable file not found in $PATH
WARNING: exec: "gochecknoglobals": executable file not found in $PATH
thsnr commented 6 years ago

Fixed in v2.0.7 (ed61a28d7aab01280b74789b357493779b9fb336).