Is it possible to change rubocop's default settings? I would like something along the lines of ~/.rubocop_default.yml
, but I didn't find anything like this in documentation. But it must be possible, right? How can I achieve this?
How to change rubocop's default settings?
4.2k Views Asked by graywolf At
1
Just create
.rubocop.yml
file in either in your home directory or in some project directory and override settings you want. See the official manual for more information.