The commit message length exceeds the given limit.
| 278 | |
| 279 | |
| 280 | class 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 |
no outgoing calls
no test coverage detected
searching dependent graphs…