Here, a listicle of advice you never asked for!
A method to locate and fix linting errors in Rubocop one at a time:
- choose a “cop” from the 
.rubocop_todo.ymlfile - remove the line which includes the 
.rubocop_todo.yml rubocop --only Lint/IneffectiveAccessModifier- fix issues and test fixes with the 
--onlyinvocation rubocop --auto-gen-configto regenerate the.rubocop_todo.ymlfilegit checkout .rubocop.ymlto add back include line- commit this change with the name of the “cop” used
 
I really really tried to use it at FakeFS.