We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd2d85 commit 8a58d57Copy full SHA for 8a58d57
CHANGELOG.md
@@ -1,5 +1,8 @@
1
+## Version 1.3.1
2
+* Fix README and configuration description to more accurately reflect final state of changes.
3
+
4
## Version 1.3
-* Enable using `rvm-exec` with rubocop.
5
+* Enable using `rvm do` with rubocop.
6
7
## Version 1.2
8
* Enable using `bundle exec` with rubocop.
extension.json
@@ -24,7 +24,7 @@
24
{
25
"key": "Rubocop.rvm-exec",
26
"title": "Prepend rubocop with rvm-exec",
27
- "description": "Use this to prepend rubocop with rvm-exec .ruby-version",
+ "description": "Use this to prepend rubocop with rvm .ruby-version do",
28
"type": "boolean",
29
"default": false
30
}
0 commit comments