You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would prefer to do this rather than using the command line argument so that every time I invoke Rubocop, it runs it automatically rather than requiring me to remember to add a -R flag.
The text was updated successfully, but these errors were encountered:
👍 Agreed. I don't forsee any big problems with adding such a configuration parameter. We just have to be careful so people don't find it confusing. The best way might be to add a parameter like
AllCops:
RunExtraRailsCops: false
It's false in the default configuration and works just like (and can be overridden by) the --rails command line option.
I would prefer to do this rather than using the command line argument so that every time I invoke Rubocop, it runs it automatically rather than requiring me to remember to add a -R flag.
The text was updated successfully, but these errors were encountered: