You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.
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 )
The text was updated successfully, but these errors were encountered:
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).
Hi!
I've been prepared to rubocop:
gem "rubocop"
added file to root:
.rubocop.yml (still empty)
downloaded:
RubocopForRubymine.zip
Install plugin from disk
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 )
The text was updated successfully, but these errors were encountered: