mirror of https://github.com/ARMmbed/mbed-os.git
Rename .astyleignore -> .codecheckignore for spell check
parent
890f0562dc
commit
e00d6feb37
|
@ -125,7 +125,7 @@ matrix:
|
|||
- >-
|
||||
git diff --name-only --diff-filter=d FETCH_HEAD..HEAD \
|
||||
| ( grep '.*\.\(c\|cpp\|h\|hpp\)$' || true ) \
|
||||
| ( grep -v -f .astyleignore || true ) \
|
||||
| ( grep -v -f .codecheckignore || true ) \
|
||||
| while read file; do astyle -n --options=.astylerc "${file}"; done
|
||||
- git diff --exit-code --diff-filter=d --color
|
||||
|
||||
|
|
Loading…
Reference in New Issue