From 7440f974b8a115d7386d3e7d28cd133095309d04 Mon Sep 17 00:00:00 2001 From: Katrina Verey Date: Fri, 1 Apr 2022 18:02:15 -0400 Subject: [PATCH] Lint needs goimports --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 15be2f1f0..c0a0bee55 100644 --- a/Makefile +++ b/Makefile @@ -117,7 +117,7 @@ check-license: $(MYGOBIN)/addlicense ./hack/add-license.sh check .PHONY: lint -lint: $(MYGOBIN)/golangci-lint $(builtinplugins) +lint: $(MYGOBIN)/golangci-lint $(MYGOBIN)/goimports $(builtinplugins) ./hack/for-each-module.sh "make lint" .PHONY: lint-kustomize