fix(shellcheck): Disable issue SC2164 on tests

This commit is contained in:
Carlos Álvaro
2022-11-09 17:43:50 +01:00
committed by Carlos Álvaro
parent ee81ee23d8
commit e6a290e7a6
4 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
echo "🧪 Running basic tests ..."
# https://stackoverflow.com/a/4774063/3398062
# shellcheck disable=SC2164
SCRIPT_PATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
# shellcheck source=assets/build/functions.sh

View File

@@ -3,6 +3,7 @@
echo "🧪 Running config-reloader tests ..."
# https://stackoverflow.com/a/4774063/3398062
# shellcheck disable=SC2164
SCRIPT_PATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
# shellcheck source=assets/build/functions.sh

View File

@@ -3,6 +3,7 @@
echo "🧪 Running gitfs tests ..."
# https://stackoverflow.com/a/4774063/3398062
# shellcheck disable=SC2164
SCRIPT_PATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
# shellcheck source=assets/build/functions.sh

View File

@@ -3,6 +3,7 @@
echo "🧪 Running salt-api tests ..."
# https://stackoverflow.com/a/4774063/3398062
# shellcheck disable=SC2164
SCRIPT_PATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
# shellcheck source=assets/build/functions.sh