Merge branch 'add_golangci_action' of https://github.com/z1cheng/ingress-nginx into add_golangci_action

This commit is contained in:
z1cheng 2023-08-31 07:48:07 +00:00
commit 48d8684ba7

View file

@ -128,6 +128,12 @@ static-check: ## Run verification script for boilerplate, codegen, gofmt, golint
MAC_OS=$(MAC_OS) \
hack/verify-all.sh
.PHONY: golint-check
golint-check:
@build/run-in-docker.sh \
MAC_OS=$(MAC_OS) \
hack/verify-golint.sh
###############################
# Tests for ingress-nginx
###############################