yujinakayama / atom-lint

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

Feature request: Add option to run linter with specified version #100

Open deiga opened 9 years ago

deiga commented 9 years ago

I'm currently developing a ruby@1.8.7 project and thus can't run rubocop as it can't be installed for 1.8.7

I'm using rbenv for ruby version control and was wondering if atom-lint could get configuration options for which version to switch to, before running a linter?

I can envision this being useful on node(nvm), ruby(rbenv, chruby, rvm, etc.), python and maybe perl