move linting dependencies to hack/tools/tools.go

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas
2020-04-18 12:41:34 -04:00
parent 12146cb4df
commit f981628ce8
281 changed files with 75 additions and 78297 deletions

View File

@@ -19,6 +19,15 @@ limitations under the License.
package tools
import (
// linting tools
_ "github.com/client9/misspell/cmd/misspell"
_ "golang.org/x/lint/golint"
_ "honnef.co/go/tools/cmd/staticcheck"
// benchmarking tools
_ "github.com/cespare/prettybench"
_ "gotest.tools/gotestsum"
// bazel-related tools
_ "github.com/bazelbuild/bazel-gazelle/cmd/gazelle"
_ "github.com/bazelbuild/buildtools/buildozer"