Skip to content

Commit

Permalink
Automator: update common-files@master in istio/proxy@master (istio#3033)
Browse files Browse the repository at this point in the history
  • Loading branch information
istio-testing authored Oct 3, 2020
1 parent b73f0e8 commit 4c865e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/.commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a4a4e10c008e198f4ebf424cb21f6903436bfea9
4f350704c139b2a2122d9a2fda0e9b541314c9e9
2 changes: 1 addition & 1 deletion common/Makefile.common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c865e4

Please sign in to comment.