diff --git a/tests.sh b/tests.sh index 5cc11a0..31bffe3 100755 --- a/tests.sh +++ b/tests.sh @@ -83,6 +83,7 @@ fi shellcheck --version find . -iname '*.sh' | while read -r script; do shellcheck -x \ + --exclude SC2002 \ "${script}" done