rubocop-gradual icon indicating copy to clipboard operation
rubocop-gradual copied to clipboard

Gradually improve your code with RuboCop

Results 3 rubocop-gradual issues
Sort by recently updated
recently updated
newest added

I am using the rubocop-gradual shim, so it runs instead of the standard rubocop command normally. When I run: ``` NO_GRADUAL=1 bundle exec rubocop -a --list ``` it only prints...

My CI failed with a RuboCop violation. So locally I ran: ``` ❯ bundle exec rake rubocop_gradual:autocorrect Running RuboCop Gradual... Inspecting 181 file(s) for autocorrection... ..................................................................................................................................................................................... Fixed 0 file(s). ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................

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.

enhancement