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
The code in the if statement is not properly Rubocop linted. Since it's splitting the code into multiple lines to run ruby-parse, it doesn't seem to lint correctly if the end code is on a different line, like an if statement.
Hello,
The code in the if statement is not properly Rubocop linted. Since it's splitting the code into multiple lines to run ruby-parse, it doesn't seem to lint correctly if the
end
code is on a different line, like an if statement.I have tested with this method.
I think it can also occur on multi-line cause. (including Block, Proc, Lambda)
The text was updated successfully, but these errors were encountered: