Open BlookHo opened 7 years ago
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).
Not show IDE Error after add symlink in current dir
ln -s `which rubocop` ~/current_project/rubocop
but still not working
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 )