From 42860fefa11b8d10ef35a02d96ca32d999120652 Mon Sep 17 00:00:00 2001 From: bastjan Date: Thu, 8 Jul 2021 10:44:34 +0000 Subject: [PATCH] Update from projectsyn/modulesync-control --- Makefile.vars.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.vars.mk b/Makefile.vars.mk index 718599a2..94efba20 100644 --- a/Makefile.vars.mk +++ b/Makefile.vars.mk @@ -19,7 +19,7 @@ JSONNETFMT_ARGS ?= --in-place --pad-arrays JSONNET_IMAGE ?= docker.io/bitnami/jsonnet:latest JSONNET_DOCKER ?= $(DOCKER_CMD) $(DOCKER_ARGS) $(root_volume) --entrypoint=jsonnetfmt $(JSONNET_IMAGE) -YAML_FILES ?= $(shell find . -type f -not -path './vendor/*' \( -name '*.yaml' -or -name '*.yml' \)) +YAML_FILES ?= $(shell find . -type f -not -regex './\(helmcharts\|manifests\|vendor\)/.*' \( -name '*.yaml' -or -name '*.yml' \)) YAMLLINT_ARGS ?= --no-warnings YAMLLINT_CONFIG ?= .yamllint.yml YAMLLINT_IMAGE ?= docker.io/cytopia/yamllint:latest