git commit error
| 152 | |
| 153 | |
| 154 | class CommitError(CommitizenException): |
| 155 | """git commit error""" |
| 156 | |
| 157 | exit_code = ExitCode.COMMIT_ERROR |
| 158 | |
| 159 | |
| 160 | class NoCommitBackupError(CommitizenException): |
no outgoing calls
no test coverage detected
searching dependent graphs…