We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent dbbf062 commit eed4f0fCopy full SHA for eed4f0f
ci/travis/check_spelling.sh
@@ -9,7 +9,7 @@ echo "Spell check"
9
if [[ ! -z $TRAVIS_PULL_REQUEST_BRANCH ]]; then
10
# if on a PR, just analyse the changed files
11
echo "TRAVIS PR BRANCH: $TRAVIS_PULL_REQUEST_BRANCH"
12
- 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' ' ' )
13
fi
14
15
./scripts/chkspelling_ag.sh $FILES
0 commit comments