summaryrefslogtreecommitdiffstats
path: root/.husky/commit-msg
diff options
context:
space:
mode:
Diffstat (limited to '.husky/commit-msg')
-rwxr-xr-x.husky/commit-msg7
1 files changed, 7 insertions, 0 deletions
diff --git a/.husky/commit-msg b/.husky/commit-msg
new file mode 100755
index 0000000..c1c9600
--- /dev/null
+++ b/.husky/commit-msg
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# shellcheck source=./_/husky.sh
+. "$(dirname "$0")/_/husky.sh"
+
+"$(dirname "$0")/commit-msg.gerrit" "$@"
+"$(dirname "$0")/commit-msg.commitlint" "$@"