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
Rubocop should have an EnabledByDefault option, just like there's a DisabledByDefault option.
If I want to Enable all cops, I need to read through all the docs to figure out which ones are disabled by default. It would be far more efficient if I could simply configure Rubocop to enable all of them.
Also, even if I've already enabled all cops that are disabled by default, if a new cop is added in a later version, I need to read through the Change Log to know about it.
The text was updated successfully, but these errors were encountered:
Rubocop should have an EnabledByDefault option, just like there's a DisabledByDefault option.
If I want to Enable all cops, I need to read through all the docs to figure out which ones are disabled by default. It would be far more efficient if I could simply configure Rubocop to enable all of them.
Also, even if I've already enabled all cops that are disabled by default, if a new cop is added in a later version, I need to read through the Change Log to know about it.
The text was updated successfully, but these errors were encountered: