DEV Community

Discussion on: Setting up automated code formatting for Rails using NodeJS

Collapse
 
dstull profile image
Doug Stull

good article. In terms of ruby, I actually find Reek to be more useful. It critiques OO style. It overlaps rubocop a bit, but I find both have their uses.

Collapse
 
jesalg profile image
Jesal Gadhia

Right on, didn't think reek had the ability to auto-fix issues which is primarily what I was looking for.