Add golint-check entry in makefile
Signed-off-by: Chen Chen <imchench@gmail.com>
This commit is contained in:
parent
fa5948c4c4
commit
b26e645a01
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -128,6 +128,10 @@ static-check: ## Run verification script for boilerplate, codegen, gofmt, golint
|
||||||
MAC_OS=$(MAC_OS) \
|
MAC_OS=$(MAC_OS) \
|
||||||
hack/verify-all.sh
|
hack/verify-all.sh
|
||||||
|
|
||||||
|
.PHONY: golint-check
|
||||||
|
golint-check:
|
||||||
|
hack/verify-golint.sh
|
||||||
|
|
||||||
###############################
|
###############################
|
||||||
# Tests for ingress-nginx
|
# Tests for ingress-nginx
|
||||||
###############################
|
###############################
|
||||||
|
|
Loading…
Reference in a new issue