Open Sourced my Rails Linting
The Rails Rubocop “Omakase” hasn’t really been working for me. Doing so much Typescript development has left me very reliant on autoformatting for my code (thanks Biome!), and I think the Omakase config strips away a lot of Cops that add a lot of value through “autocorrect”. This is my take on a pragmatic rubocop config - I’ve dropped a lot of what I consider to be dogmatic, and kept the stuff I think is important (security + performance). Now ruby-lsp
can autoformat my files on save.