Print linted paths on a single line separated by spaces
parent
36b3cc82b2
commit
59ebd677b7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue