We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce3e394 + 5dcf0ae commit a2e9682Copy full SHA for a2e9682
Makefile-modules.mk
@@ -14,6 +14,7 @@ include $(KUSTOMIZE_ROOT)/Makefile-tools.mk
14
.PHONY: lint test fix fmt tidy vet build
15
16
lint: $(MYGOBIN)/golangci-lint
17
+ $(MYGOBIN)/golangci-lint cache clean # Workaround for https://github.com/golangci/golangci-lint/issues/3228
18
$(MYGOBIN)/golangci-lint \
19
-c $$KUSTOMIZE_ROOT/.golangci.yml \
20
--path-prefix $(shell pwd | sed -E 's|(.*\/kustomize)/(.*)|\2|') \
0 commit comments