Skip to content

Commit 6fd0eea

Browse files
authored
Merge pull request #9267 from orenc17/astyleignore_fix
Fix travis astyle usage of .astyleignore
2 parents 90fd6cd + 05f4a18 commit 6fd0eea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ matrix:
146146
- >-
147147
git diff --name-only --diff-filter=d HEAD..${TRAVIS_BRANCH} \
148148
| ( grep '.\(c\|cpp\|h\|hpp\)$' || true ) \
149+
| ( fgrep -v -f .astyleignore || true ) \
149150
| while read file; do astyle -n --options=.astylerc "${file}"; done
150151
- git diff --exit-code --diff-filter=d --color
151152

0 commit comments

Comments
 (0)