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 ..."
|
||||
|
||||
# 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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user