fix(shellcheck): Disable issue SC2164 on tests
This commit is contained in:
committed by
Carlos Álvaro
parent
ee81ee23d8
commit
e6a290e7a6
@@ -3,6 +3,7 @@
|
|||||||
echo "🧪 Running basic tests ..."
|
echo "🧪 Running basic tests ..."
|
||||||
|
|
||||||
# https://stackoverflow.com/a/4774063/3398062
|
# https://stackoverflow.com/a/4774063/3398062
|
||||||
|
# shellcheck disable=SC2164
|
||||||
SCRIPT_PATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
|
SCRIPT_PATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
|
||||||
|
|
||||||
# shellcheck source=assets/build/functions.sh
|
# shellcheck source=assets/build/functions.sh
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
echo "🧪 Running config-reloader tests ..."
|
echo "🧪 Running config-reloader tests ..."
|
||||||
|
|
||||||
# https://stackoverflow.com/a/4774063/3398062
|
# https://stackoverflow.com/a/4774063/3398062
|
||||||
|
# shellcheck disable=SC2164
|
||||||
SCRIPT_PATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
|
SCRIPT_PATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
|
||||||
|
|
||||||
# shellcheck source=assets/build/functions.sh
|
# shellcheck source=assets/build/functions.sh
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
echo "🧪 Running gitfs tests ..."
|
echo "🧪 Running gitfs tests ..."
|
||||||
|
|
||||||
# https://stackoverflow.com/a/4774063/3398062
|
# https://stackoverflow.com/a/4774063/3398062
|
||||||
|
# shellcheck disable=SC2164
|
||||||
SCRIPT_PATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
|
SCRIPT_PATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
|
||||||
|
|
||||||
# shellcheck source=assets/build/functions.sh
|
# shellcheck source=assets/build/functions.sh
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
echo "🧪 Running salt-api tests ..."
|
echo "🧪 Running salt-api tests ..."
|
||||||
|
|
||||||
# https://stackoverflow.com/a/4774063/3398062
|
# https://stackoverflow.com/a/4774063/3398062
|
||||||
|
# shellcheck disable=SC2164
|
||||||
SCRIPT_PATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
|
SCRIPT_PATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
|
||||||
|
|
||||||
# shellcheck source=assets/build/functions.sh
|
# shellcheck source=assets/build/functions.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user