Revert "Fix lint issues and improve test suite resilience"
This reverts commit 90d44bd3bc.
This commit is contained in:
@@ -4,15 +4,6 @@ set -euo pipefail
|
||||
pass=0
|
||||
fail=0
|
||||
|
||||
# Skip if shellcheck is not installed
|
||||
if ! command -v shellcheck &>/dev/null; then
|
||||
echo "=== ShellCheck ==="
|
||||
echo " SKIP shellcheck not found"
|
||||
echo "---"
|
||||
echo "Passed: 0 Failed: 0"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Allow overriding shellcheck options via env var (e.g. -s bash)
|
||||
EXTRA_SHELLCHECK_OPTS="${SHELLCHECK_OPTS:-}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user