mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
adding more
This commit is contained in:
parent
90502fda22
commit
ebabe5e931
1 changed files with 7 additions and 1 deletions
|
@ -2054,8 +2054,14 @@ BuildFileList()
|
||||||
#################################################
|
#################################################
|
||||||
# Itterate through the array of all files found #
|
# Itterate through the array of all files found #
|
||||||
#################################################
|
#################################################
|
||||||
|
echo "Files that have been modified in the commit(s):"
|
||||||
for FILE in "${RAW_FILE_ARRAY[@]}"
|
for FILE in "${RAW_FILE_ARRAY[@]}"
|
||||||
do
|
do
|
||||||
|
##############
|
||||||
|
# Print file #
|
||||||
|
##############
|
||||||
|
echo "File:[$FILE]"
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# Get the files extension #
|
# Get the files extension #
|
||||||
###########################
|
###########################
|
||||||
|
|
Loading…
Reference in a new issue