This repository has been archived by the owner on Dec 13, 2020. It is now read-only.
Releases: mrcljx/rubocop-for-rubymine
Releases · mrcljx/rubocop-for-rubymine
GrumpyGremlin
FancyFluke
Fixed a bug where bundler
wouldn't be invoked correctly
ExtraEdge
- Added: Support for IntelliJ IDEA 15 + RubyMine 8 (dropped support for older, API incompatible)
- Added: Support for JRuby
- Added: Support for Windows
- Added: Show RuboCop config warnings
- Fixed: Prevent spamming with notifications
- Fixed: Crash when removing lines while RuboCop is running
Dependent on Ruby Plugin (RC1)
The plugin now depends on the Ruby plugin which should do the heavy lifting of detecting rbenv and/or RVM.
Further improvements:
- Better notification, if something goes wrong (with first steps to resolve the issue)
- Plugin now searches for the
bundle
executable through the Ruby plugin.
ChaoticCode
- Adds support for Rbenv.
- Doesn't run if Rubocop-Config isn't found.
BetterBeta
- Detects RVM and runs
rvm . do ...
so that the correct gemset is used. - Checks if open file is a Ruby file before executing RuboCop.