mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 10:30:59 +00:00
Test other modules on all platforms
This commit is contained in:
2
Makefile
2
Makefile
@@ -122,7 +122,7 @@ lint: $(MYGOBIN)/golangci-lint $(MYGOBIN)/goimports $(builtinplugins)
|
||||
./hack/for-each-module.sh "make lint"
|
||||
|
||||
.PHONY: lint-kustomize
|
||||
lint-kustomize: $(MYGOBIN)/golangci-lint-kustomize $(builtinplugins)
|
||||
lint-kustomize: $(MYGOBIN)/golangci-lint $(builtinplugins)
|
||||
cd api; $(MAKE) lint
|
||||
cd kustomize; $(MAKE) lint
|
||||
cd cmd/pluginator; $(MAKE) lint
|
||||
|
||||
Reference in New Issue
Block a user