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