Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
mzagaja committed Oct 28, 2022

Verified

This commit was signed with the committer’s verified signature.
mzagaja Matthew Zagaja
1 parent bfd2d85 commit 8a58d57
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.
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 8a58d57

Please sign in to comment.