The configuration file is empty
| 271 | |
| 272 | |
| 273 | class ConfigFileIsEmpty(CommitizenException): |
| 274 | """The configuration file is empty""" |
| 275 | |
| 276 | exit_code = ExitCode.CONFIG_FILE_IS_EMPTY |
| 277 | message = "Config file is empty, please check your file path again." |
| 278 | |
| 279 | |
| 280 | class CommitMessageLengthExceededError(CommitizenException): |
no outgoing calls
no test coverage detected
searching dependent graphs…