RuboCoping with legacy: Bring your Ruby code up to Standard

Author:
Source

Pretty much every Rubyist knows RuboCop—it’s the Ruby linter and formatter. But it’s still easy to find projects where style wasn’t enforced from the start (usually large, older projects). Fixing these can be tough.

Read more