-
-
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
Unable to run Rubocop #3248
Comments
UpdateOur |
If rbenv supports both notations, I guess we should support them as well. |
I’m having the same problem, but I’m using JRuby, so my prefix in |
We have our own build of Ruby, which is basically the same copy of Ruby as publicized, Just due to enterprise security reason, we ended up with our own and have a different naming. So, this bug is preventing it to work. |
hi @bquorning, seems like that will fix it. Thanks |
I just upgraded Rubocop to the latest version, but when I try to run it now, I receive the error:
This behaviour started after the upgrade.
Expected behavior
I expect Rubocop to work
Actual behavior
It spits out this error. Worked fine before the upgrade.
Steps to reproduce the problem
Have Ruby 2.2.5 installed, and upgrade from
0.40.0
to0.41.1
Then use the command
bundle exec rubocop --auto-gen-config
or justbundle exec rubocop
Running the
-V
command works for some reason.RuboCop version
The text was updated successfully, but these errors were encountered: