KEP-1933: add static analysis target to hack/
* Add static analysis to hack/verify-govet-levee.sh for defense against accidental logging of credentials. * Add binary dependency to hack/tools/tools.go and associated go.mod, go.sum. * Add analysis configuration to hack/testdata/levee/
This commit is contained in:
@@ -21,6 +21,7 @@ package tools
|
||||
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"
|
||||
|
||||
|
Reference in New Issue
Block a user