mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Only spellcheck added and modified files
This commit is contained in:
parent
dbbf062e5d
commit
eed4f0f544
@ -9,7 +9,7 @@ echo "Spell check"
|
||||
if [[ ! -z $TRAVIS_PULL_REQUEST_BRANCH ]]; then
|
||||
# if on a PR, just analyse the changed files
|
||||
echo "TRAVIS PR BRANCH: $TRAVIS_PULL_REQUEST_BRANCH"
|
||||
FILES=$(git diff --name-only HEAD $(git merge-base HEAD master) | tr '\n' ' ' )
|
||||
FILES=$(git diff --diff-filter=AM --name-only $(git merge-base HEAD master) | tr '\n' ' ' )
|
||||
fi
|
||||
|
||||
./scripts/chkspelling_ag.sh $FILES
|
||||
|
Loading…
x
Reference in New Issue
Block a user