Skip to content

Enforce camel_case on function parameter style - #3

Open
alan-george-lk wants to merge 1 commit into
mainfrom
alan/feature-parameter-style
Open

Enforce camel_case on function parameter style#3
alan-george-lk wants to merge 1 commit into
mainfrom
alan/feature-parameter-style

Conversation

@alan-george-lk

Copy link
Copy Markdown
Collaborator

Prior to this PR the following was allowed:

void doThing(int myParameter);

Which now enforces:

void doThing(int my_parameter);

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

Successfully merging this pull request may close these issues.

1 participant