skryukov / rubocop-gradual

Gradually improve your code with RuboCop
MIT License
36 stars 0 forks source link

Add `standard` support out of the box #4

Open skryukov opened 2 years ago

skryukov commented 2 years ago

I'm thinking of including exe/standard-gradual into the gem to support standard proxying.

Probably this will lead to rewriting of the glue code, that connects rubocop and rubocop-gradual.

pboling commented 1 year ago

This would be a cool feature! If this happens I will be able to rewrite rubocop-lts, which is a meta gem that configures rubocop-gradual, standard, and various other lint-related tools, per each specific version of Ruby. Right now it doesn't use standard's runtime, because it needs to use ruboccop-gradual instead, so it only loads standard's rules.