Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Only spellcheck added and modified files
  • Loading branch information
m-kuhn committed Dec 20, 2016
1 parent dbbf062 commit eed4f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis/check_spelling.sh
Expand Up @@ -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
Expand Down

0 comments on commit eed4f0f

Please sign in to comment.