Skip to content

Commit

Permalink
Fix Readme Description
Browse files Browse the repository at this point in the history
Forgot to commit changes to the README and description of the option.
  • Loading branch information
mzagaja committed Oct 28, 2022
1 parent bfd2d85 commit 8a58d57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Version 1.3.1
* Fix README and configuration description to more accurately reflect final state of changes.

## Version 1.3
* Enable using `rvm-exec` with rubocop.
* Enable using `rvm do` with rubocop.

## Version 1.2
* Enable using `bundle exec` with rubocop.
Expand Down
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{
"key": "Rubocop.rvm-exec",
"title": "Prepend rubocop with rvm-exec",
"description": "Use this to prepend rubocop with rvm-exec .ruby-version",
"description": "Use this to prepend rubocop with rvm .ruby-version do",
"type": "boolean",
"default": false
}
Expand Down

0 comments on commit 8a58d57

Please sign in to comment.