mrcljx / rubocop-for-rubymine

DEPRECATED: RubyMine supports RuboCop now
https://blog.jetbrains.com/ruby/2017/01/rubymine-2017-1-eap-2-creating-gemsets-rubocop-support/
MIT License
131 stars 29 forks source link

Rubocop should be able to run without a Gemfile #44

Open hlascelles opened 8 years ago

hlascelles commented 8 years ago

We have multiple projects each with a Gemfile, all open in Rubymine at once. There is no Gemfile in the root.

Running rubocop from the command line works fine from the command line in the root, as I have installed the gem (I am using rbenv).

Can we relax the requirement for a Gemfile in the root?

vmoore61 commented 8 years ago

+1 to this. Rubymine overlays the obnoxious "Failed to parse..." error every time I switch files in any project that doesn't include it in the gemfile.