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=$? ##############################