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:
15
Makefile
15
Makefile
@@ -205,12 +205,15 @@ kustomize-external-go-plugin-clean:
|
|||||||
|
|
||||||
.PHONY: lint-kustomize
|
.PHONY: lint-kustomize
|
||||||
lint-kustomize: install-tools $(builtinplugins)
|
lint-kustomize: install-tools $(builtinplugins)
|
||||||
cd api; \
|
cd api; $(MYGOBIN)/golangci-lint-kustomize \
|
||||||
$(MYGOBIN)/golangci-lint-kustomize -c ../.golangci-kustomize.yml run ./...
|
-c ../.golangci-kustomize.yml \
|
||||||
cd kustomize; \
|
run ./...
|
||||||
$(MYGOBIN)/golangci-lint-kustomize -c ../.golangci-kustomize.yml run ./...
|
cd kustomize; $(MYGOBIN)/golangci-lint-kustomize \
|
||||||
cd cmd/pluginator; \
|
-c ../.golangci-kustomize.yml \
|
||||||
$(MYGOBIN)/golangci-lint-kustomize -c ../../.golangci-kustomize.yml run ./...
|
run ./...
|
||||||
|
cd cmd/pluginator; $(MYGOBIN)/golangci-lint-kustomize \
|
||||||
|
-c ../../.golangci-kustomize.yml \
|
||||||
|
run ./...
|
||||||
|
|
||||||
# Used to add non-default compilation flags when experimenting with
|
# Used to add non-default compilation flags when experimenting with
|
||||||
# plugin-to-api compatibility checks.
|
# plugin-to-api compatibility checks.
|
||||||
|
|||||||
Reference in New Issue
Block a user