-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
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
False Positive: Lint/InterpolationCheck #5357
Labels
Comments
jfelchner
changed the title
Lint/InterpolationCheck False Positives
False Positive: Lint/InterpolationCheck
Dec 29, 2017
I also notice that the message |
I'm seeing this too, also with an escaped Steps to reproduce the problem
Output
RuboCop version
|
pocke
added a commit
to pocke/rubocop
that referenced
this issue
Jan 5, 2018
…scaped interpolations See rubocop#5357
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
The cop should understand matching things that look like string interpolations inside a Regex
Actual behavior
Matching
\#{20}
is matching 20#
in a row, not a string interpolation for a variable named20
Steps to reproduce the problem
Output
RuboCop version
The text was updated successfully, but these errors were encountered: