DEV Community

Discussion on: 5 Gems I use in every project

Collapse
 
andrewmcodes profile image
Andrew Mason

Have you tried using Standard (also referred to as StandardRB) instead of Rubocop? I used to be a big Rubocop user but configuring it became a source of bike shedding for several projects. I’ve been using Standard for the past few months and am loving it.

Collapse
 
hayden profile image
Hayden Rouille

Hey, no I haven't tried StandardRB, it looks good. What Rubocop configurations did you find tiring, is there less with StandardRB to configure?