Skip to content
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

Specific rule to check private member variable #70

Open
keineahnung2345 opened this issue Nov 8, 2021 · 0 comments
Open

Specific rule to check private member variable #70

keineahnung2345 opened this issue Nov 8, 2021 · 0 comments

Comments

@keineahnung2345
Copy link

We follow this C++ coding style rule, and its 11th rule says that private member variable name should be like length_. But currently all varaibles are in the same group, so I can't make only "private member variable" be checked by its specific rule.

Also, can you please add a rule of "lower_snake_"(lower_snake + underscore), thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant