mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 10:30:59 +00:00
Update Makefile
This commit is contained in:
9
Makefile
9
Makefile
@@ -75,9 +75,12 @@ builtinplugins = \
|
|||||||
|
|
||||||
.PHONY: lint-kustomize
|
.PHONY: lint-kustomize
|
||||||
lint-kustomize: install-tools $(builtinplugins)
|
lint-kustomize: install-tools $(builtinplugins)
|
||||||
cd api; $(MYGOBIN)/golangci-lint run ./...
|
cd api; \
|
||||||
cd kustomize; $(MYGOBIN)/golangci-lint run ./...
|
$(MYGOBIN)/golangci-lint -c ../.golangci.yml run ./...
|
||||||
cd pluginator; $(MYGOBIN)/golangci-lint run ./...
|
cd kustomize; \
|
||||||
|
$(MYGOBIN)/golangci-lint -c ../.golangci.yml run ./...
|
||||||
|
cd pluginator; \
|
||||||
|
$(MYGOBIN)/golangci-lint -c ../.golangci.yml run ./...
|
||||||
|
|
||||||
api/builtins/%.go: $(MYGOBIN)/pluginator
|
api/builtins/%.go: $(MYGOBIN)/pluginator
|
||||||
@echo "generating $*"; \
|
@echo "generating $*"; \
|
||||||
|
|||||||
Reference in New Issue
Block a user