Skip to content
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.

Fix installing linters in module-aware environment #518

Closed
misha-ridge opened this issue Aug 13, 2018 · 2 comments
Closed

Fix installing linters in module-aware environment #518

misha-ridge opened this issue Aug 13, 2018 · 2 comments

Comments

@misha-ridge
Copy link

gometalinter --install looks up source code of vendored modules $GOPATH/src.

This assumption no longer holds if gometalinter is installed from go.mod environment.

Also, unless I'm missing something, vendored modules can be replaced with a go.mod file pinning versions/repositories of all linters.

@alecthomas
Copy link
Owner

See #499

@alecthomas
Copy link
Owner

Closing this because that is no longer a supported installation mechanism. Use curl https://git.io/vp6lP | sh or download releases directly.

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

2 participants