-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Issue #958: Travis CI should enforce clang-format standards #1026
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Any issues with pulling the run-clang-format.py script? It's MIT licensed. |
Some questions for me.
I run
and I got these changes (some changes were wrong) :
|
|
This patch adds clang format support to the travis bots.
ba735a5
to
ee80f6d
Compare
hi, I have checked the new commit and find the question 2 and 3 have been repaired.
this change is wrong and it means this clang-format standards still have some questons.
The results are same. |
The Travis CI checks were not successful, Fixed it by #1036 |
The above problem in my local env had been solved. |
Very nice! |
Hmmm. Today I hit a tiny clang-format error. I guess we have to run clang-format now locally before pushing. I've added a script for that in #1229. I hope different versions of clang-format don't disagree with each other. |
This patch adds clang format support to the travis bots.