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 bf35d91 commit 6b5566cCopy full SHA for 6b5566c
scripts/run-integration-test.sh
@@ -1,4 +1,5 @@
1
#!/usr/bin/env bash
2
+# shellcheck disable=SC2086 # We do a lot of intentional use of unquoted variables.
3
PARENT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
4
source "${PARENT_DIR}/scripts/includes/utils.sh"
5
source "${PARENT_DIR}/scripts/includes/logging.sh"
0 commit comments