mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #10222 from cmonr/TravisCI.astyle-fix
Travis CI: Updated astyle to work with updated .astyleignore filepull/10209/head
commit
f1e664be82
|
@ -183,7 +183,7 @@ matrix:
|
|||
- >-
|
||||
git diff --name-only --diff-filter=d FETCH_HEAD..HEAD \
|
||||
| ( grep '.\(c\|cpp\|h\|hpp\)$' || true ) \
|
||||
| ( fgrep -v -f .astyleignore || true ) \
|
||||
| ( grep -v -f .astyleignore || true ) \
|
||||
| while read file; do astyle -n --options=.astylerc "${file}"; done
|
||||
- git diff --exit-code --diff-filter=d --color
|
||||
|
||||
|
|
Loading…
Reference in New Issue