diff options
-rwxr-xr-x | test.bash | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |