Closed RafeHatfield closed 10 years ago
Now it works under global
:
'global':
'atom-lint':
'rubocop':
'path': '/Users/rafehatfield/.rvm/gems/ruby-2.1.3@projectname/bin/rubocop'
Here's a workaround on OS X Yosemite: https://github.com/yujinakayama/atom-lint#workaround-on-os-x-yosemite
The PR fixing this has already been merged https://github.com/atom/atom/pull/4064
Back and working, thanks for the updates and help!
The underlying issue with the PATH
is now handled in Atom 0.142.0, so it's recommended to upgrade Atom and remove the process.env.PATH = '...';
in your ~/.atom/init.coffee
added by the workaround.
Big fan of your plugin, but since my upgrade to Yosemite rubocop hasn't been functional. I've been getting 'Rubocop not installed' message, editing the config and adding the below removes that error, but then the highlighting isn't working correctly. I've tried using both the global path to rubocop and the gemset path (I'm using rvm).
Appreciate any insight!