diff options
Diffstat (limited to 'Biz/Ide/hooks/commit-msg')
-rwxr-xr-x | Biz/Ide/hooks/commit-msg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Biz/Ide/hooks/commit-msg b/Biz/Ide/hooks/commit-msg new file mode 100755 index 0000000..64e400d --- /dev/null +++ b/Biz/Ide/hooks/commit-msg @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +gitlint --ignore-stdin --staged --msg-filename "$1" run-hook |