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

Ignore const parameter name #2

Open
nickbabcock opened this issue Sep 22, 2013 · 0 comments
Open

Ignore const parameter name #2

nickbabcock opened this issue Sep 22, 2013 · 0 comments

Comments

@nickbabcock
Copy link
Owner

Const parameters for a function don't need to follow the _c or k convention.

Example where the style checker complains

int foo(const int bar);
int foo(const int);
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