dont like that rule

This commit is contained in:
Lucas Gravley 2019-12-12 10:37:08 -06:00
parent 4a6efba060
commit 76bd3309a5

View file

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