mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
commit
c505a238d4
1 changed files with 2 additions and 2 deletions
|
@ -1614,8 +1614,8 @@ StandardLint()
|
||||||
# Lint the file with the rules #
|
# Lint the file with the rules #
|
||||||
################################
|
################################
|
||||||
echo " - Utilizing Env:[$ENV_STRING]"
|
echo " - Utilizing Env:[$ENV_STRING]"
|
||||||
echo "Running Command:[standard $ENV_STRING $FILE]"
|
# shellcheck disable=SC2086
|
||||||
STANDARD_LINT_CMD=$(standard "$ENV_STRING" "$FILE" 2>&1)
|
STANDARD_LINT_CMD=$(standard $ENV_STRING "$FILE" 2>&1)
|
||||||
|
|
||||||
#######################
|
#######################
|
||||||
# Load the error code #
|
# Load the error code #
|
||||||
|
|
Loading…
Reference in a new issue