Closed acrogenesis closed 10 years ago
if i run on my terminal /Users/Adrian/.rvm/gems/ruby-2.1.2/bin/rubocop --format json /Users/Adrian/Copy/Development/munett/munett-usuario/app/uploaders/image_uploader.rb
It doest give the errors and warnings
I experience the same problem running:
If i run the command myself in the prompt I don't get any errors or warnings just like acrogenesis described.
Might be somewhat related to this issue: https://github.com/AtomLinter/Linter/issues/150 because when I launch atom from the terminal this problem doesn't occur.
I started experiencing this issue when I upgraded to Yosemite. For me it doesn't work even when i launch atom from the terminal.
@Janther The quick fix I found was to manually set your path at the init script using this:
process.env['PATH'] = "PATH-HERE"
on your terminal run echo $PATH
to get your path.
That did the trick. Thanks.
On 26-10-2014, at 12:34, Adrian Rangel notifications@github.com wrote:
@Janther https://github.com/Janther The quick fix I found was to manually set your path at the init script using this:
process.env['PATH'] = "PATH-HERE"
on your terminal run echo $PATH to get your path.
— Reply to this email directly or view it on GitHub https://github.com/yujinakayama/atom-lint/issues/99#issuecomment-60520990.
Here's a workaround on OS X Yosemite: https://github.com/yujinakayama/atom-lint#workaround-on-os-x-yosemite
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.
atom --version 0.127.0 atom-lint@0.20.0
Atom doesn't show if I'm using or not react editor;