Fix SC2128

This commit is contained in:
Marco Ferrari 2020-11-02 22:51:07 +01:00
parent c0441b2844
commit aca43d0206

View file

@ -4,7 +4,7 @@ BuildLinterVersions() {
VERSION_FILE="${1}" && shift
LINTER_ARRAY=("$@")
debug "Building linter version file ${VERSION_FILE} for the following linters: ${LINTER_ARRAY}..."
debug "Building linter version file ${VERSION_FILE} for the following linters: ${LINTER_ARRAY[*]}..."
##########################################################
# Go through the array of linters and print version info #