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
…Layout/IndentHeredoc` cop
Fixrubocop#4634
Problem
======
If a heredoc contains empty lines only, the cop raises an error.
Solution
======
The cop does not add any offences in that case.
…IndentHeredoc` cop
Fix#4634
Problem
======
If a heredoc contains empty lines only, the cop raises an error.
Solution
======
The cop does not add any offences in that case.
Expected behavior
Layout/IndentHeredoc
cop should work forEOS
Actual behavior
An error occurred while
Layout/IndentHeredoc
cop was inspecting ...Steps to reproduce the problem
In my file, I define a multiline string like:
RuboCop version
Include the output of
rubocop -V
. Here's an example:The text was updated successfully, but these errors were encountered: