-
Notifications
You must be signed in to change notification settings - Fork 53
Autodetect different rubocop binary for different projects #283
Comments
yeah this has become a big issue for using atom rubocop as I have a bunch of different projects that are all on different ruby versions. So when I have open two at once there is a high likelyhood that one is showing rubocop errors. |
It is a good proposal, that involves
does anyone know another or better approach? |
I was actually able to get this to work by just changing Atom's config for
The key point here is that |
@blowfishpro, Thank you for your suggestion, Joseph!! very useful. |
This should be in the documentation. |
I'm using RVM (Ruby version manager) to manage my ruby installations and and to manage the bundler gem sets. It would be handy that
linter-rubcop
could detect the properRubocop
binary depending on the project I have opened inAtom
. Is there a way that linter-rubocop package can handle that?The text was updated successfully, but these errors were encountered: