Add message for why commit takes time
This commit is contained in:
parent
9c339f4191
commit
8a56414cae
|
@ -5,6 +5,7 @@ pushd $( git rev-parse --show-toplevel ) &>/dev/null
|
||||||
ex=0
|
ex=0
|
||||||
|
|
||||||
# Linting
|
# Linting
|
||||||
|
echo -n "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