MCPcopy Index your code
hub / github.com/commitizen-tools/commitizen / InvalidCommitMessageError

Class InvalidCommitMessageError

commitizen/exceptions.py:179–182  ·  view source on GitHub ↗

The commit message does not pass `cz check`

Source from the content-addressed store, hash-verified

177
178
179class InvalidCommitMessageError(CommitizenException):
180 """The commit message does not pass `cz check`"""
181
182 exit_code = ExitCode.INVALID_COMMIT_MSG
183
184
185class NoRevisionError(CommitizenException):

Callers 1

__call__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…