From 530e1f781cd8f2c9fc33813034c209b62ac94e10 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Thu, 12 Dec 2019 13:52:47 -0600 Subject: [PATCH] ignore the rules --- lib/linter.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/linter.sh b/lib/linter.sh index 7e1b3d4b..aa83cc95 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -1614,6 +1614,7 @@ StandardLint() # Lint the file with the rules # ################################ echo " - Utilizing Env:[$ENV_STRING]" + # shellcheck disable=SC2086 STANDARD_LINT_CMD=$(standard $ENV_STRING "$FILE" 2>&1) #######################