I want to use gometalinter on my local project, the problem is when I run it like gometalinter ./...
its inspect also the vendor
folder which I want to ignore, I try to find somthing and find this gometalinter ./... -excludepkg ./vendor...
which doesnt help, also the vendor lib is inspected, any idea how to avoid it ?
Per gometalinter --help
:
--vendor Enable vendoring support (skips 'vendor' directories and sets GO15VENDOREXPERIMENT=1).