polyfloyd / go-errorlint

A source code linter that can be used to find code that will cause problems with Go's error wrapping scheme
MIT License
248 stars 19 forks source link

Flag to disable swtich case checks #8

Closed kishaningithub closed 3 years ago

kishaningithub commented 3 years ago

In my project we have a ton of switch case checks.. I would appreciate if there is a flag which disables just that