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

LowerCaseNamingConvention summary incorrect? #528

Open
AndrewKnieriem opened this issue Sep 10, 2020 · 2 comments
Open

LowerCaseNamingConvention summary incorrect? #528

AndrewKnieriem opened this issue Sep 10, 2020 · 2 comments
Labels

Comments

@AndrewKnieriem
Copy link

I could be wrong but I think the summary description for LowerCaseNamingConvention is incorrect, it says:

//     Convert the string with underscores (this_is_a_test) or hyphens (this-is-a-test)
//     to pascal case (ThisIsATest). Pascal case is the same as camel case, except the
//     first letter is uppercase.

image

@AndrewKnieriem
Copy link
Author

Unless the name means "FROM any lowercase TO pascal"

@EdwardCooke
Copy link
Collaborator

What it actually looks like it does is almost exactly what it says. Except. It converts the result to lower case. I'll mark this as a bug and get to it eventually.

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

No branches or pull requests

2 participants