We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lambda.(...)
A lambda call in latest 0.27.0 gem lambda.(...) will cause: An error occurred while Style/MultilineOperationIndentation cop was inspecting ...
An error occurred while Style/MultilineOperationIndentation cop was inspecting ...
Switching to lambda.call(...) fixes the error, but then is flagged by the Style/LambdaCall cop.
lambda.call(...)
This did not occur in 0.26.1
The text was updated successfully, but these errors were encountered:
fde0883
No branches or pull requests
A lambda call in latest 0.27.0 gem
lambda.(...)
will cause:An error occurred while Style/MultilineOperationIndentation cop was inspecting ...
Switching to
lambda.call(...)
fixes the error, but then is flagged by the Style/LambdaCall cop.This did not occur in 0.26.1
The text was updated successfully, but these errors were encountered: