We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817f66a commit 1bd2832Copy full SHA for 1bd2832
common/.commonfiles.sha
@@ -1 +1 @@
1
-811b64d6136aa6d85ea194b3cd1d378a82bf96e9
+21971794d1354d069a335c7a989081a371ecc814
common/Makefile.common.mk
@@ -26,7 +26,7 @@ lint-dockerfiles:
26
@${FINDFILES} -name 'Dockerfile*' -print0 | ${XARGS} hadolint -c ./common/config/.hadolint.yml
27
28
lint-scripts:
29
- @${FINDFILES} -name '*.sh' -print0 | ${XARGS} shellcheck
+ @${FINDFILES} -name '*.sh' -print0 | ${XARGS} -n 256 shellcheck
30
31
lint-yaml:
32
@${FINDFILES} \( -name '*.yml' -o -name '*.yaml' \) -not -exec grep -q -e "{{" {} \; -print0 | ${XARGS} yamllint -c ./common/config/.yamllint.yml
0 commit comments