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 c785b95 commit bb713b7Copy full SHA for bb713b7
.github/hooks/commit-msg
@@ -31,7 +31,7 @@ if ! head -1 "$1" | grep -qE "^(build|chore|ci|docs|feat|fix|perf|refactor|rever
31
echo "For more information check https://www.conventionalcommits.org/en/v1.0.0/ for more details" >&2
32
exit 1
33
fi
34
-if ! head -1 "$1" | grep -qE "^.{9,85}$"; then
35
- echo "Aborting commit. Your commit message is too long. Max length is 89 characters" >&2
+if ! head -1 "$1" | grep -qE "^.{9,72}$"; then
+ echo "Aborting commit. Your commit message is too long. Max length is 72 characters" >&2
36
37
-fi
+fi
0 commit comments