From 76bd3309a51297e0d7685eca23b6998de4f918d9 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Thu, 12 Dec 2019 10:37:08 -0600 Subject: [PATCH] dont like that rule --- lib/linter.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/linter.sh b/lib/linter.sh index 842f12bd..4b7fff35 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -1555,6 +1555,7 @@ StandardLint() # Get list of all environment variables # ######################################### # Only env vars that are marked as true + # shellcheck disable=SC2207 GET_ENV_ARRAY=($(yq .env "$JAVASCRIPT_LINTER_RULES" |grep true)) #######################