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

lint initialisms missing "IDs" #154

Open
samsullivan opened this issue Mar 8, 2024 · 2 comments
Open

lint initialisms missing "IDs" #154

samsullivan opened this issue Mar 8, 2024 · 2 comments

Comments

@samsullivan
Copy link

For example...

  • expected:example_ids -> ExampleIDs
  • actual: example_ids -> ExampleIds

Doesn't look like you can fix this with the lint's initialisms setting, either.

@ydnar
Copy link
Contributor

ydnar commented Mar 13, 2024

Interesting. I solved this in another project with an explicit token → value map. I think we can fix it here. Thanks!

@samsullivan
Copy link
Author

Awesome, thanks for the relatively fast response!

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

2 participants