Add line break to lint output
This commit is contained in:
parent
f82da03a62
commit
4554a0d6af
|
@ -5,7 +5,7 @@ pushd $( git rev-parse --show-toplevel ) &>/dev/null
|
||||||
ex=0
|
ex=0
|
||||||
|
|
||||||
# Linting
|
# Linting
|
||||||
echo -n "Linting... "
|
echo "Linting..."
|
||||||
./lint
|
./lint
|
||||||
if [[ $? -ne 0 ]]; then
|
if [[ $? -ne 0 ]]; then
|
||||||
echo "Aborting commit due to linting errors."
|
echo "Aborting commit due to linting errors."
|
||||||
|
|
Loading…
Reference in New Issue