build: remove vendorcheck

This commit is contained in:
Thomas Modeneis 2018-04-09 14:46:07 +02:00
parent ab0dcec27d
commit 639a37dc28

View file

@ -324,9 +324,6 @@ func doLint(cmdline []string) {
}
// Get metalinter and install all supported linters
build.MustRun(goTool("get", "gopkg.in/alecthomas/gometalinter.v2"))
build.MustRun(goTool("get", "github.com/FiloSottile/vendorcheck"))
build.MustRunCommand(filepath.Join(GOBIN, "vendorcheck"), "./...")
build.MustRunCommand(filepath.Join(GOBIN, "gometalinter.v2"), "--install")
// Run fast linters batched together