From ba31e65dd45999ebfebcf5567207f1be942ed69a Mon Sep 17 00:00:00 2001 From: Brett Logan Date: Wed, 4 Jan 2023 00:47:33 -0500 Subject: [PATCH] Ignore warning in shellcheck Signed-off-by: Brett Logan --- lib/functions/linterVersions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/functions/linterVersions.sh b/lib/functions/linterVersions.sh index ee231499..62e661b3 100755 --- a/lib/functions/linterVersions.sh +++ b/lib/functions/linterVersions.sh @@ -137,6 +137,7 @@ WriteFile() { ####################### # Load the error code # ####################### + # shellcheck disable=SC2320 ERROR_CODE=$? ##############################