Revert "Fix lint issues and improve test suite resilience"

This reverts commit 90d44bd3bc.
This commit is contained in:
stevensting
2026-07-21 16:09:11 +02:00
parent a2bf10a442
commit 5d891c88c7
16 changed files with 52 additions and 132 deletions
-9
View File
@@ -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:-}"