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 b6d4a7a commit 5657f27Copy full SHA for 5657f27
README.md
@@ -28,7 +28,8 @@ If you are using rvm you need to install pre-commit into the ```default``` gemse
28
29
Alternatively you can configure pre-commit to use the ```current``` rvm gemset
30
31
- $ git config pre-commit.ruby "rvm `rvm current` do ruby"
+ $ git config pre-commit.ruby "rvm `rvm current` do ruby" # OR:
32
+ $ git config pre-commit.ruby `rvm wrapper current show ruby` # available in RVM 1.26.12
33
34
## Available checks
35
0 commit comments