RuboCop Gradual:
- generates the lock file with all RuboCop offenses and uses hashes to track each offense line by line;
- automatically updates the lock file on every successful run, but returns errors on new offenses;
- does not prevent your editor from showing ignored offenses.
Gain full control of gradual improvements: just add rubocop-gradual
and use it as proxy for rubocop
.