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