mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 15:41:02 -05:00
Make it happy
This commit is contained in:
parent
94e03d50ac
commit
4bf0aee923
1 changed files with 1 additions and 1 deletions
|
@ -1082,7 +1082,7 @@ Footer() {
|
|||
####################################################
|
||||
# Need to clean up the lanuage array of duplicates #
|
||||
####################################################
|
||||
UNIQUE_LINTED_ARRAY=($(for LANG in "${LINTED_LANGUAGES_ARRAY[@]}"; do echo "${LANG}"; done | sort -u))
|
||||
mapfile -t UNIQUE_LINTED_ARRAY < <(for LANG in "${LINTED_LANGUAGES_ARRAY[@]}"; do echo "${LANG}"; done | sort -u)
|
||||
|
||||
##############################
|
||||
# Prints for errors if found #
|
||||
|
|
Loading…
Reference in a new issue