protopatch icon indicating copy to clipboard operation
protopatch copied to clipboard

lint initialisms missing "IDs"

Open samsullivan opened this issue 11 months ago • 2 comments

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.

samsullivan avatar Mar 08 '24 21:03 samsullivan

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

ydnar avatar Mar 13 '24 18:03 ydnar

Awesome, thanks for the relatively fast response!

samsullivan avatar Mar 13 '24 21:03 samsullivan