summaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
Diffstat (limited to 'test.bash')
-rwxr-xr-xtest.bash3
1 files changed, 1 insertions, 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