In the latest 2017 EAP release, RubyMine finally supports RuboCop.
This is a simple RubyMine/IDEA plugin that integrates RuboCop as a linter for your Ruby projects.
.rubocop.yml
to the root of your project.bundler
you have to include rubocop
in your Gemfile
.Important I will happily merge pull-requests but can't and won't do free support.
I'm not working on this project. This is more of a proof-of-concept and works for me(tm). Feel free to fork it and maybe send a Pull-Request once you added something meaningful.
RuboCop for RubyMine is released under the MIT license.