ignore the rules

This commit is contained in:
Lucas Gravley 2019-12-12 13:52:47 -06:00
parent aaea65e3d8
commit 530e1f781c

View file

@ -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)
#######################