From 516dc9739814cd745d9b94393105649c72edc4d6 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 3 Aug 2025 22:08:13 +0200 Subject: test.bash: drop SC2002 exception No longer needed. --- test.bash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test.bash b/test.bash index 9e1d89a..8cc23a7 100755 --- a/test.bash +++ b/test.bash @@ -74,8 +74,7 @@ else fi if command -v shellcheck > /dev/null ; then - # SC2002 = useless cat. Does no harm, disable the check. - shellcheck -x -e SC2002 ./*.bash + shellcheck -x ./*.bash else echo "shellcheck not installed - skipping" fi -- cgit v1.2.3