• This repository has been archived on 13/Dec/2020
  • Stars
    star
    131
  • Rank 275,038 (Top 6 %)
  • Language
    Kotlin
  • License
    MIT License
  • Created almost 10 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

DEPRECATED: RubyMine supports RuboCop now

DEPRECATED

In the latest 2017 EAP release, RubyMine finally supports RuboCop.

RuboCop for RubyMine

This is a simple RubyMine/IDEA plugin that integrates RuboCop as a linter for your Ruby projects.

Installation

  • Download the .zip
  • Got to the Plugins-Settings in your IDE (IDEA/RubyMine).
  • Click "Install plugins from disk..."
  • Select the ZIP
  • Restart the IDE
  • Wait a few seconds for the IDE to load and give Rubocop some time to inspect the current file.
  • Hover your mouse over highlighted issues to see the warning/error message.
  • You have to save a file to trigger re-validation of your file.

Troubleshooting

  • Make sure that you added a .rubocop.yml to the root of your project.
  • If you use bundler you have to include rubocop in your Gemfile.

If it still doesn't work...

Important I will happily merge pull-requests but can't and won't do free support.

Screenshot

screenshot

State of Development

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.

License

RuboCop for RubyMine is released under the MIT license.