Open pboling opened 1 year ago
Hey @pboling! I think that's right unless someone adds an adapter 🙂 The only place it's used is https://github.com/DmitryTsepelev/rubocop_director/blob/master/lib/rubocop_director/rubocop_stats.rb where we grab stats (and one another place where we make a copy, but that might be not needed).
So the plan would be:
Thanks for the explanation! If I ever have spare cycles, I may look into it ❤️
The
rubocop-todo.yml
pattern has a number of problems that make it less than ideal.rubocop-gradual
solves the problems inherent withrubocop-todo.yml
, primarily, by using a lockfile, similar to bundler.See: https://github.com/skryukov/rubocop-gradual
Because it discards with the entire concept of
rubocop-todo.yml
, replacing it with something better, would a project usingrubocop_gradual
would be unable to userubocop_director
?