Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Does not start with RubyMine #47

Open
BlookHo opened this issue Nov 12, 2016 · 2 comments
Open

Does not start with RubyMine #47

BlookHo opened this issue Nov 12, 2016 · 2 comments

Comments

@BlookHo
Copy link

BlookHo commented Nov 12, 2016

Hi!
I've been prepared to rubocop:

  1. gem "rubocop"

  2. added file to root:
    .rubocop.yml (still empty)

  3. downloaded:
    RubocopForRubymine.zip

  4. Install plugin from disk

  5. Apply > restart RMine

But Got IDE Error and can not start:
Failed to run RuboCop command - is it installed? (SDK=/home/flyingminer/.rvm/rubies/ruby-2.3.1/bin): Cannot run program "rubocop" (in directory "/home/flyingminer/RubymineProjects/experteese"): error=2, No such file or directory

Any ideas?
Thanks )

@hms
Copy link

hms commented Nov 23, 2016

I was able to make it work by linking the rubocop script from the gem location to #{Rails.root}/bin and starting rubymine with the mine command (it doesn't work via spotlight or the App).

@a0s
Copy link

a0s commented Mar 22, 2017

Not show IDE Error after add symlink in current dir

ln -s `which rubocop` ~/current_project/rubocop

but still not working

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants