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
Consider
s = <<~EOF.strip_heredoc foo EOF
Rails/StripHeredoc autocorrects this to:
s = <<~~EOF foo EOF
Expected:
s = <<~EOF foo EOF
Rubocop:
1.30.1 (using Parser 3.1.2.0, rubocop-ast 1.18.0, running on ruby 2.6.9 x86_64-darwin21) - rubocop-minitest 0.20.1 - rubocop-performance 1.14.2 - rubocop-rails 2.15.1
The text was updated successfully, but these errors were encountered:
[Fix rubocop#731] Fix an incorrect autocorrect for Rails/StripHeredoc
903e9c1
a841383
0bab24a
c26b36c
Merge pull request #733 from kazarin/fix_incorrect_autocorrect_for_ra…
0c18551
…ils_strip_heredoc [Fix #731] Fix an incorrect autocorrect for Rails/StripHeredoc
Successfully merging a pull request may close this issue.
Consider
Rails/StripHeredoc autocorrects this to:
Expected:
Rubocop:
The text was updated successfully, but these errors were encountered: