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

Class CommitMessageLengthExceededError

commitizen/exceptions.py:280–284  ·  view source on GitHub ↗

The commit message length exceeds the given limit.

Source from the content-addressed store, hash-verified

278
279
280class CommitMessageLengthExceededError(CommitizenException):
281 """The commit message length exceeds the given limit."""
282
283 exit_code = ExitCode.COMMIT_MESSAGE_LENGTH_LIMIT_EXCEEDED
284 message = "Length of commit message exceeds the given limit."
285
286
287# When adding / updating a new exit code, please update the documentation of the exit codes in docs/exit_codes.md

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…