skx / alphavet

A golang linter to detect functions not in alphabetical order
https://blog.steve.fi/alphabetical_linting___.html
GNU General Public License v3.0
32 stars 3 forks source link

Compatibility with golangci-lint #1

Open pztrn opened 1 year ago

pztrn commented 1 year ago

Hey, this linter looks like one I was searching for a long time! Thanks for that!

Yet it isn't compatible with golangci-lint. Can you make it compatible?

See documentation for new linters and example plugin.

skx commented 1 year ago

I suspect I wouldn't find the time to do this, but if there were a pull-request implementing the required changes I'd merge it.