From 4c865e48f2b729107eb20e851058c3ff22242899 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Fri, 2 Oct 2020 17:37:28 -0700 Subject: [PATCH] Automator: update common-files@master in istio/proxy@master (#3033) --- common/.commonfiles.sha | 2 +- common/Makefile.common.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/.commonfiles.sha b/common/.commonfiles.sha index 482680c59d9..9c6158f72d1 100644 --- a/common/.commonfiles.sha +++ b/common/.commonfiles.sha @@ -1 +1 @@ -a4a4e10c008e198f4ebf424cb21f6903436bfea9 +4f350704c139b2a2122d9a2fda0e9b541314c9e9 diff --git a/common/Makefile.common.mk b/common/Makefile.common.mk index 52c4c9abb21..dcc8ecc5369 100644 --- a/common/Makefile.common.mk +++ b/common/Makefile.common.mk @@ -29,7 +29,7 @@ lint-scripts: @${FINDFILES} -name '*.sh' -print0 | ${XARGS} shellcheck lint-yaml: - @${FINDFILES} \( -name '*.yml' -o -name '*.yaml' \) -print0 | ${XARGS} grep -L -e "{{" | xargs -r yamllint -c ./common/config/.yamllint.yml + @${FINDFILES} \( -name '*.yml' -o -name '*.yaml' \) -not -exec grep -q -e "{{" {} \; -print0 | ${XARGS} yamllint -c ./common/config/.yamllint.yml lint-helm: @${FINDFILES} -name 'Chart.yaml' -print0 | ${XARGS} -L 1 dirname | xargs -r helm lint --strict