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 bb423d7 commit 79e5d4aCopy full SHA for 79e5d4a
tools/shellcheck.sh
@@ -18,4 +18,4 @@ if ! [ -x "$(command -v shellcheck)" ]; then
18
fi
19
20
# TODO - fix warnings in .buildkite/run-amd-test.sh
21
-find . -name "*.sh" -not -path "./.deps/*" -not -path "./.buildkite/run-amd-test.sh" -exec shellcheck {} +
+find . -name "*.sh" -not -path "./.buildkite/run-amd-test.sh" -exec sh -c 'git check-ignore -q $1 || shellcheck $1' _ {} \;
0 commit comments