Run golint-check in a container
Signed-off-by: Chen Chen <imchench@gmail.com>
This commit is contained in:
parent
b26e645a01
commit
88be7be3ce
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -130,7 +130,9 @@ static-check: ## Run verification script for boilerplate, codegen, gofmt, golint
|
|||
|
||||
.PHONY: golint-check
|
||||
golint-check:
|
||||
hack/verify-golint.sh
|
||||
@build/run-in-docker.sh \
|
||||
MAC_OS=$(MAC_OS) \
|
||||
hack/verify-golint.sh
|
||||
|
||||
###############################
|
||||
# Tests for ingress-nginx
|
||||
|
|
Loading…
Reference in a new issue