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 8e9c875 commit b24a50bCopy full SHA for b24a50b
.githooks/commit-msg
@@ -1,9 +1,3 @@
1
#!/bin/sh
2
3
npx --no-install commitlint --edit $1
4
-
5
-test "" = "$(grep '^Signed-off-by: ' "$1" |
6
- sort | uniq -c | sed -e '/^[ ]*1[ ]/d')" || {
7
- echo >&2 Duplicate Signed-off-by lines.
8
- exit 1
9
-}
0 commit comments