diff --git a/.hooks/pre-commit b/.hooks/pre-commit index 957a0411..b32d74be 100755 --- a/.hooks/pre-commit +++ b/.hooks/pre-commit @@ -5,6 +5,7 @@ pushd $( git rev-parse --show-toplevel ) &>/dev/null ex=0 # Linting +echo -n "Linting... " ./lint if [[ $? -ne 0 ]]; then echo "Aborting commit due to linting errors."