mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
remove comment
This commit is contained in:
parent
eaad677b54
commit
4d079ba298
1 changed files with 0 additions and 1 deletions
|
@ -876,7 +876,6 @@ Footer() {
|
|||
# Need to clean up the lanuage array of duplicates #
|
||||
####################################################
|
||||
mapfile -t UNIQUE_LINTED_ARRAY < <(echo "${LINTED_LANGUAGES_ARRAY[@]}" | tr ' ' '\n' | sort -u | tr '\n' ' ')
|
||||
# UNIQUE_LINTED_ARRAY=($(echo "${LINTED_LANGUAGES_ARRAY[@]}" | tr ' ' '\n' | sort -u | tr '\n' ' '))
|
||||
|
||||
##############################
|
||||
# Prints for errors if found #
|
||||
|
|
Loading…
Reference in a new issue