remove references to golint in hack/tools

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas 2021-01-14 09:34:23 -05:00
parent 8cec5fbd28
commit 02eaf0f23d
No known key found for this signature in database
GPG Key ID: 80D83A796103BF59
3 changed files with 0 additions and 6 deletions

View File

@ -18,7 +18,6 @@ GOBIN ?= $(shell go env GOPATH)/bin
DEP_PROGS=\
$(GOBIN)/buildozer\
$(GOBIN)/gazelle\
$(GOBIN)/golint\
$(GOBIN)/gotestsum\
$(GOBIN)/kazel\
$(GOBIN)/misspell\
@ -46,9 +45,6 @@ $(GOBIN)/buildozer: deps
$(GOBIN)/gazelle: deps
go install github.com/bazelbuild/bazel-gazelle/cmd/gazelle
$(GOBIN)/golint: deps
go install golang.org/x/lint/golint
$(GOBIN)/gotestsum: deps
go install gotest.tools/gotestsum

View File

@ -8,7 +8,6 @@ require (
github.com/cespare/prettybench v0.0.0-20150116022406-03b8cfe5406c
github.com/client9/misspell v0.3.4
github.com/google/go-flow-levee v0.1.4-0.20201102181719-72c65d71b1d3
golang.org/x/lint v0.0.0-20200302205851-738671d3881b
gotest.tools v2.2.0+incompatible
gotest.tools/gotestsum v0.3.5
honnef.co/go/tools v0.0.1-2020.1.4

View File

@ -22,7 +22,6 @@ import (
// linting tools
_ "github.com/client9/misspell/cmd/misspell"
_ "github.com/google/go-flow-levee/cmd/levee"
_ "golang.org/x/lint/golint"
_ "honnef.co/go/tools/cmd/staticcheck"
// benchmarking tools