300 Days of RuboCop
13 points by chrisl
13 points by chrisl
I found this a very well-written and interesting story of adding rubocop to a large rails monolith.
I’ve relied on the standard gem for a decade now and absolutely love it. Code syntax is something which should be standardized and then never discussed ever again. Go fmt is another example.
In theory you're right, but in practice the Ruby community has always been quite a bit more opinionated than average. :D
Funny enough RuboCop started as a pretty similar project to Standard (which is a wrapper around RuboCop) with pretty much no configuration at all, but many people were complaining they couldn't change the defaults so I quickly relented. You have no idea how tired I am from discussing Ruby style since 2012... Anyways, given how similar both tools are I'd be surprised if introducing Standard to a large project is a much different experience.
I’ve relied on the standard gem for a decade
Btw, Standard exists only since 2019. :D