This repository has been archived by the owner on Dec 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
<idea-plugin version="2"> | ||
<id>io.github.sirlantis.rubymine.rubocop</id> | ||
<name>RuboCop</name> | ||
<version>3.0.1</version> | ||
<version>3.1.0</version> | ||
<vendor email="[email protected]" url="http://twitter.com/sirlantis">Marcel Jackwerth</vendor> | ||
|
||
<description><![CDATA[ | ||
The plugin displays the errors from RuboCop as annotations. | ||
]]></description> | ||
|
||
<change-notes><![CDATA[ | ||
<p>3.1.0 Improved handling of bundler/rvm/rbenv and better rubocop-existence check.</p> | ||
<p>3.0.1 Fixes an issue where Bundler wouldn't execute as expected</p> | ||
<p>3.0.0 Compatibility with IntelliJ IDEA 15 (RubyMine 8), JRuby, Windows, and other bug fixes</p> | ||
<p>2.0.0 Depend on Ruby plugin for CommandLine execution.</p> | ||
|