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
The "Configuration parameters" line could be more useful, I think. I don't really care that it has a SupportedStyles configuration. However, I'm very interested that it has an EnforcedStyle parameter, but I need to hunt through the rubocop source code to determine what the valid options are to choose from. What do you think about including those options here?
The text was updated successfully, but these errors were encountered:
Sounds like a good idea. We can't go by name because these parameters are not always called SupportedStyles, but if we list the elements for all parameters whose type is Array, I think it will be an improvement.
An example excerpt from my .rubocop_todo.yml
The "Configuration parameters" line could be more useful, I think. I don't really care that it has a
SupportedStyles
configuration. However, I'm very interested that it has anEnforcedStyle
parameter, but I need to hunt through the rubocop source code to determine what the valid options are to choose from. What do you think about including those options here?The text was updated successfully, but these errors were encountered: