mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Disable spell check in prepare-commit.sh
The spell check slows down the pre-commit hook a lot. Spell checking will still be done on travis.
This commit is contained in:
parent
628a60be27
commit
5261a9a5df
@ -57,7 +57,8 @@ if [ -z "$MODIFIED" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
[ -x ${TOPLEVEL}/scripts/spell_check/check_spelling.sh ] && ${TOPLEVEL}/scripts/spell_check/check_spelling.sh $MODIFIED
|
||||
if [[ -n "$QGIS_CHECK_SPELLING" && -x ${TOPLEVEL}/scripts/spell_check/check_spelling.sh ]]; then ${TOPLEVEL}/scripts/spell_check/check_spelling.sh $MODIFIED; fi
|
||||
|
||||
|
||||
# save original changes
|
||||
REV=$(git log -n1 --pretty=%H)
|
||||
|
Loading…
x
Reference in New Issue
Block a user