mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
build: remove vendorcheck
This commit is contained in:
parent
ab0dcec27d
commit
639a37dc28
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue