From 32a98fc640f80d63d1ff1a1b308c5459461e0003 Mon Sep 17 00:00:00 2001 From: Kevin Zhuang Date: Mon, 16 Aug 2021 09:49:33 +1000 Subject: [PATCH] test: update shellcheck --- tests/shellcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/shellcheck.sh b/tests/shellcheck.sh index 73223a7..a017f27 100755 --- a/tests/shellcheck.sh +++ b/tests/shellcheck.sh @@ -20,7 +20,7 @@ done < <( -print0 ) -shellcheck -e SC1091 "${scripts[@]}" +shellcheck -e SC1091,SC1090 "${scripts[@]}" shellcheck -e SC1091 --shell=bash "dotbare.plugin.bash" shellcheck --shell=bash "pkg/completion/bash/dotbare" # \shellcheck does not have zsh support yet, hence using bash for now