When I first added RuboCop, I added a bunch of exclusions in .rubocop.yml to get it passing cleanly, rather than try to fix all the issues in that initial change. It's suggesting quite a lot of changes.
It would be good to gradually turn off these exclusions and get back to a vanilla config, and ensure all those checks are enabled for new code I write.
When I first added RuboCop, I added a bunch of exclusions in
.rubocop.yml
to get it passing cleanly, rather than try to fix all the issues in that initial change. It's suggesting quite a lot of changes.It would be good to gradually turn off these exclusions and get back to a vanilla config, and ensure all those checks are enabled for new code I write.