prontolabs / pronto-rubocop

Pronto runner for Rubocop, ruby code analyzer
MIT License
83 stars 74 forks source link

Compatibility with RuboCop v1.0 #50

Closed marcandre closed 4 years ago

marcandre commented 4 years ago

RuboCop v1.0 is imminent, and looking at this gem there's going to be a few things that might break. Already the latest release included a change of API for Team that broke things (sorry).

I would like to help with the transition for v1. I imagine that compatibility with older versions of RuboCop is important?

sunny commented 4 years ago

That would be awesome \o/

I might also be able to help since I think I'm the one that tinkered with the RuboCop API the most recently when adding the autocorrect suggestions.

I am not a maintainer so I don't know how important it is to maintain compatibility with older RuboCop versions. Personnally I'd be okay with having the next release of pronto-rubocop be only compatible with the latest RuboCop version.