-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support cpplint style check automatically before commit #81
Conversation
Build succeeded. |
Perfect!! We really need it to constrain our code style. Let me try it. |
Build succeeded. |
Try it on my local env. I found the files generated by third library been checked. For example: src/CMakeFiles/3.11.4/CompilerIdCXX/CMakeCXXCompilerId.cpp Could we shadow them ? There are also some other problems about check rules, for example:
|
Build succeeded. |
Build succeeded. |
1 similar comment
Build succeeded. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test it locally, looks good to me now. Let's fix all code style issues according to it.
Build succeeded. |
1 similar comment
Build succeeded. |
…marked finished (vesoft-inc#81) Co-authored-by: liuyu <[email protected]>
Support cpplint style check automatically before commit
It looks like :
cpplint/bin/style_checker.sh <directory>