alecthomas / gometalinter

DEPRECATED: Use https://github.com/golangci/golangci-lint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unknown linters: gosec

pmichali opened this issue · comments

Hav config file that enables gosec, but when run, gometalinter says that this is an unknown linter. Doing gometalinter --install, it is not installing that linter, but home page says it is supported.

Odd thing is that this is installed in a docker container with some code (as part of a CI test) and works.

Running on Mac (Mojave). Tried both brew install and go get install of gometalinter.