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
In the following snippet of code, the action method call is resulting in 5 separate Style/HashSyntax warnings from the rubocop engine while my local rubocop check gives me none:
Since there are 5 warnings, I'm guessing those are the 5 required keyword arguments in the call. I have many lines of code like this that are not causing any warnings, although this is the only line with a hash-splat parameter (**from_check_type) in the call.
The text was updated successfully, but these errors were encountered:
In the following snippet of code, the
action
method call is resulting in 5 separateStyle/HashSyntax
warnings from the rubocop engine while my local rubocop check gives me none:Since there are 5 warnings, I'm guessing those are the 5 required keyword arguments in the call. I have many lines of code like this that are not causing any warnings, although this is the only line with a hash-splat parameter (
**from_check_type
) in the call.The text was updated successfully, but these errors were encountered: