Run golint-check in a container

Signed-off-by: Chen Chen <imchench@gmail.com>
This commit is contained in:
Chen Chen 2023-07-11 14:12:47 +00:00
parent b26e645a01
commit 88be7be3ce

View file

@ -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