blizzy78 / varnamelen

Go analyzer checking that the length of a variable's name matches its usage scope
MIT License
20 stars 2 forks source link

Add option to ignore specific file patterns #17

Open mvrahden opened 2 years ago

mvrahden commented 2 years ago

The current linter is not configurable in turns of analysis scope.

It would be amazing to have the ability to switch of analysis for e.g. _test.go files or _generated.go files or alike.