alexwlchan / alexwlchan.net

Source code and plugins for my website, a static site built with Jekyll
https://alexwlchan.net/
MIT License
48 stars 13 forks source link

Get rid of all the RuboCop exclusions #807

Closed alexwlchan closed 5 months ago

alexwlchan commented 6 months ago

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.