-
Notifications
You must be signed in to change notification settings - Fork 8
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 Not Found #13
Comments
I have a similar problem in a project that users rvm to manage ruby versions. Found that I still had an old version of rubocop installed globally, which it was finding and which caused errors that were reported in the console. However having uninstalled rubocop globally (so relying on the version in my project's Gemfile) it reports that it can't find it, but there is no output in the log at all. If I open a local terminal tab for the project I can execute rubocop without incident using the correct version. |
I’m seeing an error that says:
Relevant details:
Gemfile
. Rubocop is not installed globally.rubocop
andbundle exec rubocop
work.I read the Help guide for the extension. I wish I could have debugged it further on my end before creating this issue, but I’m not sure exactly what the best next steps to take are.
❤️ Thank you so much for making this extension! ❤️
The text was updated successfully, but these errors were encountered: