-
-
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
rubocop v0.29.1 crashed when auto-correct hash with double splat (**) #1926
Labels
Comments
The problem is still present on the current |
rrosenblum
added a commit
to rrosenblum/rubocop
that referenced
this issue
Jun 1, 2015
rrosenblum
added a commit
to rrosenblum/rubocop
that referenced
this issue
Jun 2, 2015
rrosenblum
added a commit
to rrosenblum/rubocop
that referenced
this issue
Jun 2, 2015
rrosenblum
added a commit
to rrosenblum/rubocop
that referenced
this issue
Jun 3, 2015
rrosenblum
added a commit
to rrosenblum/rubocop
that referenced
this issue
Jun 4, 2015
rrosenblum
added a commit
to rrosenblum/rubocop
that referenced
this issue
Jun 5, 2015
bbatsov
added a commit
that referenced
this issue
Jun 5, 2015
[Fix #1926] Do not crash when correcting a hash with a splat in it
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given this file:
when you run:
bundle exec rubocop -DR --auto-correct
, will yield errors:And for some reason, I cannot upgrade my rubocop (locked at v0.29.1) 😓
Any pointers on how could I fix this? Thanks!
The text was updated successfully, but these errors were encountered: