Closed Pilooz closed 9 years ago
I don't see how rvm
is involved here.
You should not use the parameters --auto-correct --format simple -D
within the rubocop_command
setting - this will interfere with the parameters added by the plugin which might cause headaches.
If you use rbenv
, you can just use "check_for_rbenv": true
instead of providing your own command. You can find more information here: https://github.com/pderichs/sublime_rubocop/wiki/Setting-plugin-to-work-with-rbenv-on-OS-X-and-Linux
Hi Guys, The plugin seems to look for rvm, even if I did not install it. I' using rbenv. Here my SublimeText Plugin config :
The plugin should not check for rvm as far it is set to
false
in my config, should it ? Here is the error I get when I am trying to execute rubocop in ST.Am I doing some thing wrong ?? Any Idea ?