-
Notifications
You must be signed in to change notification settings - Fork 4
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
[FR] Coding style checker and workflow integration #21
Comments
Commands to be added in the pipeline:
However,
This one is better. |
I have a problem. For example:
There are hundreds of solutions can make |
There is a standard about function calling and arguments here: https://google.github.io/styleguide/cppguide.html#Function_Calls |
I'd like to neglect some warnings from |
I think that is developer's responsibility. Until workflow with cpplint green light, we will not merge the PR.
if it does not work with cpplint, we can use |
closing in favor of #22 |
Feature request
Motivation
follow up of #20.
coding style needs to be checked by every single PR and commits to make sure incoming PRs are compatible with current development policy.
Feature description
We can rely on cpplint, and integrate it to github workflow.
The text was updated successfully, but these errors were encountered: