The configuration file is not found
| 264 | |
| 265 | |
| 266 | class ConfigFileNotFound(CommitizenException): |
| 267 | """The configuration file is not found""" |
| 268 | |
| 269 | exit_code = ExitCode.CONFIG_FILE_NOT_FOUND |
| 270 | message = "Cannot found the config file, please check your file path again." |
| 271 | |
| 272 | |
| 273 | class ConfigFileIsEmpty(CommitizenException): |
no outgoing calls
no test coverage detected
searching dependent graphs…