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 a472bea commit f1d1c01Copy full SHA for f1d1c01
commitizen/commands/check.py
@@ -79,6 +79,7 @@ def __call__(self) -> None:
79
80
Raises:
81
InvalidCommitMessageError: if the commit provided not follows the conventional pattern
82
+ NoCommitsFoundError: if no commit is found with the given range
83
"""
84
commits = self._get_commits()
85
if not commits:
0 commit comments