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
…rd splat when using enforced `table` style
After refactoring, a regression was introduced that would cause this cop
to break under the following conditions:
- Enforced style is set to: `table`
- Hash does not contain mixed keys
- Hash contains a keyword splat element
This change fixes that.
Config
Source
Reproduction
The text was updated successfully, but these errors were encountered: