ldez / tagliatelle

A linter that handles struct tags.
Apache License 2.0
47 stars 9 forks source link

Different struct casing for subpackages #3

Closed arvenil closed 1 week ago

arvenil commented 3 years ago

I have a project that integrates with different APIs. Different vendors have different casing e.g. one uses camel case another snake case. Right now I need to disable this linter because of this. Would be nice if I could define it per subpackage/subfolder.

ldez commented 3 years ago

Hello,

This is something I'm working on :wink: