From 2b80a45f82fa1203c1c2ab013c154116f6f2b2f6 Mon Sep 17 00:00:00 2001 From: AnotherTest Date: Thu, 25 Jun 2020 01:12:26 +0430 Subject: [PATCH] Meta: Do not run shellcheck on our Shell's scripts --- Meta/lint-shell-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Meta/lint-shell-scripts.sh b/Meta/lint-shell-scripts.sh index 26495c2696..efc5263735 100755 --- a/Meta/lint-shell-scripts.sh +++ b/Meta/lint-shell-scripts.sh @@ -18,6 +18,7 @@ done < <(git ls-files -- \ '*.sh' \ ':!:Toolchain' \ ':!:Ports' \ + ':!:Shell/Tests' \ ) if (( ${#ERRORS[@]} )); then