From 16bd4f9e886db544341ee336fbd1ab1dd53d40f5 Mon Sep 17 00:00:00 2001 From: Joseph Callen Date: Fri, 10 Jan 2020 16:33:46 -0500 Subject: [PATCH] Add terraform vendor path to shellcheck Causing test failures --- hack/shellcheck.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/shellcheck.sh b/hack/shellcheck.sh index 994bc18ccc9..c6288394564 100755 --- a/hack/shellcheck.sh +++ b/hack/shellcheck.sh @@ -7,6 +7,7 @@ if [ "$IS_CONTAINER" != "" ]; then -o -path "${TOP_DIR}/tests/smoke/vendor" -prune \ -o -path "${TOP_DIR}/tests/bdd-smoke/vendor" -prune \ -o -path "${TOP_DIR}/tests/smoke/.build" -prune \ + -o -path "${TOP_DIR}/pkg/terraform/exec/plugins/vendor" -prune \ -o -type f -name '*.sh' -exec shellcheck --format=gcc {} \+ else podman run --rm \