mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 02:01:02 -05:00
fix rules
This commit is contained in:
parent
62a5eb7f7e
commit
fb583ae43b
1 changed files with 2 additions and 1 deletions
|
@ -143,6 +143,7 @@ GetLinterVersions()
|
||||||
###################
|
###################
|
||||||
# Get the version #
|
# Get the version #
|
||||||
###################
|
###################
|
||||||
|
# shellcheck disable=SC2207
|
||||||
GET_VERSION_CMD=($("$LINTER" --version 2>&1))
|
GET_VERSION_CMD=($("$LINTER" --version 2>&1))
|
||||||
|
|
||||||
#######################
|
#######################
|
||||||
|
@ -160,7 +161,7 @@ GetLinterVersions()
|
||||||
##########################
|
##########################
|
||||||
# Print the version info #
|
# Print the version info #
|
||||||
##########################
|
##########################
|
||||||
echo "$GET_VERSION_CMD[*]"
|
echo "${GET_VERSION_CMD[*]}"
|
||||||
echo "---------------------------------------------"
|
echo "---------------------------------------------"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue