We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5b016e + 4edda94 commit 94d1c3dCopy full SHA for 94d1c3d
1 file changed
hack/shellcheck.sh
@@ -30,4 +30,4 @@ if ! command -v shellcheck 2>/dev/null; then
30
fi
31
32
TOP_DIR="${1:-.}"
33
-find "${TOP_DIR}" -path "${TOP_DIR}/vendor" -prune -o -path "${TOP_DIR}/jsonnet/vendor" -prune -o -path "${TOP_DIR}/test/monitoring/vendor" -prune -o -type f -name '*.sh' -exec shellcheck --format=gcc {} \+
+find "${TOP_DIR}" -path "${TOP_DIR}/vendor" -prune -o -path "${TOP_DIR}/jsonnet/vendor" -prune -o -path "${TOP_DIR}/test/monitoring/vendor" -prune -o -path "${TOP_DIR}/hack/tools/vendor" -prune -o -type f -name '*.sh' -exec shellcheck --format=gcc {} \+
0 commit comments