alecthomas / SublimeLinter-contrib-gometalinter

SublimeLinter plugin for gometalinter
MIT License
47 stars 13 forks source link

Cannot install gometalinter on Linux x64 (Ubuntu 19.10) #28

Closed Alexey-T closed 4 years ago

Alexey-T commented 4 years ago
Install gometalinter by typing the following in a terminal:
go get github.com/alecthomas/gometalinter
gometalinter --install --update

Command-1 runs ok here, command-2 gives "cannot find gometalinter" (so I don't have such binary here). How to install it?

alecthomas commented 4 years ago

gometalinter is no longer maintained

alecthomas commented 4 years ago

See golangci-lint, and corresponding sublime plugin.