Skip to content

Enforce variable and parameter casing style#312

Merged
ChrisThrasher merged 1 commit intomasterfrom
readability-identifier-naming
Sep 8, 2024
Merged

Enforce variable and parameter casing style#312
ChrisThrasher merged 1 commit intomasterfrom
readability-identifier-naming

Conversation

@ChrisThrasher
Copy link
Copy Markdown
Member

@ChrisThrasher ChrisThrasher commented Sep 8, 2024

I'm not sure if we can enforce anything else. Function names use a pattern too complicated for clang-tidy to understand. Member variable names use UpperCase in the implementation but lowerCase in the interface. This may be as far as we can go with readability-identifier-naming.

@ChrisThrasher ChrisThrasher added this to the 3.0 milestone Sep 8, 2024
@ChrisThrasher ChrisThrasher merged commit b662349 into master Sep 8, 2024
@ChrisThrasher ChrisThrasher deleted the readability-identifier-naming branch September 8, 2024 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant