Skip to content

Commit 1bd2832

Browse files
Automator: update common-files@master in istio/api@master (#2696)
1 parent 817f66a commit 1bd2832

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/.commonfiles.sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
811b64d6136aa6d85ea194b3cd1d378a82bf96e9
1+
21971794d1354d069a335c7a989081a371ecc814

common/Makefile.common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lint-dockerfiles:
2626
@${FINDFILES} -name 'Dockerfile*' -print0 | ${XARGS} hadolint -c ./common/config/.hadolint.yml
2727

2828
lint-scripts:
29-
@${FINDFILES} -name '*.sh' -print0 | ${XARGS} shellcheck
29+
@${FINDFILES} -name '*.sh' -print0 | ${XARGS} -n 256 shellcheck
3030

3131
lint-yaml:
3232
@${FINDFILES} \( -name '*.yml' -o -name '*.yaml' \) -not -exec grep -q -e "{{" {} \; -print0 | ${XARGS} yamllint -c ./common/config/.yamllint.yml

0 commit comments

Comments
 (0)