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
…ments
Style/Lambda currently skips autocorrection for multiline lambdas
that are arguments to unparenthesized sends. It does not correctly
identify keyword arguments as belonging to this class.
Expected behavior
Given:
Rubocop should either not autocorrect, or wrap the autocorrected lambda in parentheses:
Actual behavior
Corrects to:
Steps to reproduce the problem
PR with tests forthcoming.
RuboCop version
Currently broken on master.
The text was updated successfully, but these errors were encountered: