Print linted paths on a single line separated by spaces

pull/8472/head
Andrew Morgan 2020-10-08 11:09:31 +01:00
parent 36b3cc82b2
commit 59ebd677b7
1 changed files with 1 additions and 4 deletions

View File

@ -73,10 +73,7 @@ if [[ $USING_DIFF -eq 0 && -z ${files+x} ]]; then
files=("synapse" "tests" "scripts-dev" "scripts" "contrib" "synctl") files=("synapse" "tests" "scripts-dev" "scripts" "contrib" "synctl")
fi fi
echo "Linting these paths:" echo "Linting these paths: ${files[*]}"
for path in "${files[@]}"; do
echo "- \"$path\""
done
echo echo
# Print out the commands being run # Print out the commands being run