From b76dff46d64485e2846ee8cb34ff8673a73f96f3 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Thu, 9 Mar 2023 21:41:27 +0100 Subject: [PATCH] shellcheck linting --- tests.sh | 1 + 1 file changed, 1 insertion(+) 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