-
Notifications
You must be signed in to change notification settings - Fork 38
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
rvm-auto-ruby: No such file or directory on Sublime Text 2 #49
Comments
@soundasleep this linter uses Since I use
|
If anyone wants to know the path of the rubocop settings: I added the above hash as @rebagliatte suggested to User setting file. But that not seems to be working. I am using Sublime Text 3 |
For anyone reading this in the future, this is what worked for me:
Voila! Headache averted! Hope this helps someone!! |
It seems to be related to the
and I'm using this configuration: {
"mark_issues_in_view": true,
"check_for_rvm": false,
"check_for_rbenv": true,
"show_auto_correct_warning": false,
"rbenv_path": "~/.rbenv/bin/rbenv",
"rubocop_config_file": "./.rubocop.yml"
}
|
Same error on sublime text 3 here by the way, but rubocop seems to be working with the config from rebagliatte |
I've installed the Sublime Text 2 Rubocop plugin but it's failing to check any file. When I run "Rubocop: Check current file", I get the following error:
rubocop --version
on my shell works fine.Is there a way to configure this plugin with Sublime Text 2 to not use rvm? Or to configure the command that's run?
The text was updated successfully, but these errors were encountered: