Rename .astyleignore -> .codecheckignore for spell check

pull/13469/head
Lingkai Dong 2020-08-20 17:11:34 +01:00
parent 890f0562dc
commit e00d6feb37
2 changed files with 1 additions and 1 deletions

View File

@ -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