Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Apr 20, 2016
1 parent c17d5ae commit 6102c13
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"1.0.21": "messages/1.0.21.txt",
"1.0.22": "messages/1.0.22.txt",
"1.0.23": "messages/1.0.23.txt",
"1.0.24": "messages/1.0.24.txt"
"1.0.24": "messages/1.0.24.txt",
"2.0.0": "messages/2.0.0.txt"
}
4 changes: 4 additions & 0 deletions messages/2.0.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SublimeLinter-rubocop 2.0.0
----------------------------
- Support File location specific Rubocop rules thanks to Mark Haylock @mhaylock
- Major version bump because it requires a much newer version of rubocop
17 changes: 16 additions & 1 deletion messages/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,19 @@ This linter plugin for SublimeLinter provides an interface to rubocop.
Before this plugin will activate, you *must*
follow the installation instructions here:

https://github.com/SublimeLinter/SublimeLinter-rubocop
The full version of the doc can be found here https://github.com/SublimeLinter/SublimeLinter-rubocop

Linter installation
-------------------------------
Before using this plugin, you must ensure that `rubocop` is installed on your system. To install `rubocop`, do the following:

1. Install [Ruby](http://ruby-lang.org).

2. Install `rubocop` by typing the following in a terminal:
```
[sudo] gem install rubocop
```

3. If you are using `rvm` or `rbenv`, ensure that they are loaded in your shell’s correct startup file. See http://sublimelinter.readthedocs.org/en/latest/troubleshooting.html#shell-startup-files for more information.

**Note:** This plugin requires `rubocop` 0.34.0 or later.

0 comments on commit 6102c13

Please sign in to comment.