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
An error happens when RuboCop inspects code that uses lambda.(...) and chains the next method call in a new line:
Code:
MyClass.(my_args).my_method
Error:
An error occurred while Layout/MultilineMethodCallIndentation cop was inspecting /tmp/error.rb:1:0.
Errors are usually caused by RuboCop bugs.
Please, report your problems to RuboCop's issue tracker.
Mention the following information in the issue report:
0.51.0 (using Parser 2.4.0.0, running on ruby 2.4.2 x86_64-linux)
Using `lambda.call(...)' works.
The text was updated successfully, but these errors were encountered:
An error happens when RuboCop inspects code that uses
lambda.(...)
and chains the next method call in a new line:Code:
Error:
Using `lambda.call(...)' works.
The text was updated successfully, but these errors were encountered: