yujinakayama / atom-lint

Obsolete: Generic code linting support for Atom
https://atom.io/packages/atom-lint
MIT License
111 stars 33 forks source link

SyntaxError with RuboCop #76

Closed yujinakayama closed 10 years ago

yujinakayama commented 10 years ago

Reported by @takazalt.

859994213

Result of process.env['PATH']

/Users/hoge/.rbenv/shims:/Users/hoge/.rbenv/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin

Content of config.cson:

'atom-lint':
  'rubocop':
    'path': '/Users/hoge/.rbenv/shims/rubocop'
yujinakayama commented 10 years ago

It happens when zsh option CLOBBER is unset.

And it's now fixed by https://github.com/yujinakayama/atom-lint/commit/8eaad30f983aef5664c5a09d61120d50fe8a381f.