Skip to content

Fork for Special Release - Use RuboCop in RubyMine so you can stay independent

License

Notifications You must be signed in to change notification settings

CyberStrike/rubocop-for-rubymine

 
 

Repository files navigation

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.

About

Fork for Special Release - Use RuboCop in RubyMine so you can stay independent

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 96.2%
  • Ruby 3.8%