We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed26f3c commit ee28194Copy full SHA for ee28194
CHANGELOG.md
@@ -5,6 +5,7 @@
5
* Fix `--run` flag to not block reading STDIN when using existing hook scripts
6
* Add `Dogma` pre-commit hook to lint Elixir files with
7
[dogma](http://elixir-lang.org/) files
8
+* Add `Minitest` pre-push hook to run Minitest tests
9
10
## 0.29.1
11
README.md
@@ -490,6 +490,7 @@ issue](https://github.com/brigade/overcommit/issues/238) for more details.
490
but before any objects have been transferred. If a hook fails, the push is
491
aborted.
492
493
+* [Minitest](lib/overcommit/hook/pre_push/minitest.rb)
494
* [ProtectedBranches](lib/overcommit/hook/pre_push/protected_branches.rb)
495
* [RSpec](lib/overcommit/hook/pre_push/r_spec.rb)
496
0 commit comments