We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99592b3 commit d38b5d8Copy full SHA for d38b5d8
.travis.yml
@@ -20,9 +20,10 @@ jobs:
20
# Now we can do the formatting pass
21
clang-format --version
22
git-clang-format-3.8 "${TRAVIS_BRANCH}"
23
- git diff --color > formatted.diff
+ git diff > formatted.diff
24
if [[ -s formatted.diff ]] ; then
25
- echo 'Formatting error! Apply the following diff and resubmit:'
+ echo 'Formatting error! The following diff shows the required changes'
26
+ echo 'Use the raw log to get a version of the diff that preserves spacing'
27
cat formatted.diff
28
exit 1
29
fi
0 commit comments