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.
15:37:44 Failed to parse RuboCop output: Please make sure that:you installed RuboCop for this Ruby versionyou did run bundle install successfully (if you use Bundler)your RuboCop version isn't ancient (show balloon)
you can see in the log that it is trying to exec /Users/gogao/.rbenv/shims/ruby --format json instead of /Users/gogao/.rbenv/shims/rubocop --format json
Any reason why?
The text was updated successfully, but these errors were encountered:
My issue is similar but different with #34 and #30
Rubymine 8.0.3
rbenv 1.0.0
ruby 2.3.0
rubocop 0.38.0
rubocop-for-rubymine 3.1.0
This error shows up in Rubymine
In
ideas.log
you can see in the log that it is trying to exec
/Users/gogao/.rbenv/shims/ruby --format json
instead of/Users/gogao/.rbenv/shims/rubocop --format json
Any reason why?
The text was updated successfully, but these errors were encountered: