We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f16f0c commit 9837bccCopy full SHA for 9837bcc
ci/lint-commit-msg.py
@@ -61,6 +61,7 @@ def do_lint(commit_range: str) -> bool:
61
print("\nhas the following issues:")
62
print("\n".join(failed))
63
print("-" * 40)
64
+ return any_failed
65
66
################################################################################
67
0 commit comments