-
Notifications
You must be signed in to change notification settings - Fork 29
RuboCop not working on RubyMine 8.0.3 and plugin 3.1.0 #35
Comments
I have verified the installation and the rest of the requirements -- robocop is working with my Guard settings just fine. Here is my stack trace: |
+1, me too |
I am getting this also |
👍 |
2 similar comments
👍 |
+1 |
Same here |
+1 |
+1 please let us know if there is a solution |
same issue. Waiting for 3.1 to be patched and working. |
I can recoment you to install rubocop gem and bundler globaly. Arter that I am starting RubyMine using shurtcut and RuboCop plugin works fine. |
+1 though because (I think) I am running on Windows, downgrading to 3.0.1 still does not solve the problem and results in:
RubyMine 8.0.3 Edit: Created a Gemfile solved the first problem, but still fails on #32 |
Still a problem - same configuration here except with RubyMine 8.0.4 and Ruby 2.3.0 Installed 3.0.1 manually as per suggestion of @NekoNova and all is good. |
Hi.
I have:
RubyMine 8.0.3
Plugin RuboCop 3.1.0
Gem RuboCop 0.35.1
RubyMine It shows no errors, but not corrected my code.
My bad code
![bad_code](https://cloud.githubusercontent.com/assets/278604/12003292/78e9139c-ab29-11e5-831a-5cfb09461e01.png)
#### Log from RubyMineidea_log.txt
In Inspection settings RubyCop is exist
RuboCop gem is installed
![rubocop_gems](https://cloud.githubusercontent.com/assets/278604/12003295/79193928-ab29-11e5-91f5-d609bbbafd89.png)
#### Plugin is 3.1.0 version![rubocop_plugin](https://cloud.githubusercontent.com/assets/278604/12003296/7919e58a-ab29-11e5-8f14-82dd17e4e111.png)
#### Ruby version is 2.0.0![ruby_version](https://cloud.githubusercontent.com/assets/278604/12003297/791a907a-ab29-11e5-85c7-14e39a8a2eaf.png)
#### RubyMine version is 8.0.3The text was updated successfully, but these errors were encountered: