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 ebccafc commit e396751Copy full SHA for e396751
README.md
@@ -13,6 +13,16 @@
13
14
<!-- /TOC -->
15
16
+# Setup
17
+
18
+To get the initial stuff setup required by this repo, please run the script:
19
20
+```bash
21
+bin/setup
22
+```
23
24
+Whenever you'll commit something, a pre-commit hook will run as well.
25
26
# Rules Ruby
27
28
[](https://travis-ci.org/bazelruby/rules_ruby)
bin/setup
@@ -23,5 +23,5 @@ inherit_gem:
run "git add .rubocop.yml"
}
-
+[[ -L .git/hooks/pre-commit ]] || run "ln -nfs bin/pre-commit .git/hooks/pre-commit"
0 commit comments