Commit backup file is not found
| 158 | |
| 159 | |
| 160 | class NoCommitBackupError(CommitizenException): |
| 161 | """Commit backup file is not found""" |
| 162 | |
| 163 | exit_code = ExitCode.NO_COMMIT_BACKUP |
| 164 | message = "No commit backup found" |
| 165 | |
| 166 | |
| 167 | class NothingToCommitError(CommitizenException): |
no outgoing calls
no test coverage detected
searching dependent graphs…