pderichs / sublime_rubocop

A Sublime Text RuboCop plugin.
238 stars 41 forks source link

Not Working: Empty Console #23

Closed ayonkhan closed 9 years ago

ayonkhan commented 9 years ago

I am running ST3 on OS X 10.9.2. The plugin is not working. All I see is an empty console with no output whatsoever.

ayonkhan ~ $ which rubocop
/usr/local/var/rbenv/shims/rubocop
ayonkhan ~ $ cat ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User/RuboCop.sublime-settings
{
    "rubocop_command": "/usr/local/var/rbenv/shims/rubocop",
    "check_for_rvm": false,
    "check_for_rbenv": false
}
ayonkhan commented 9 years ago

The plugin does not work if the path of the Ruby files contain space. Anyway, I have fixed it. I will create a pull request soon.