MCPcopy Index your code
hub / github.com/commitizen-tools/commitizen / ConfigFileNotFound

Class ConfigFileNotFound

commitizen/exceptions.py:266–270  ·  view source on GitHub ↗

The configuration file is not found

Source from the content-addressed store, hash-verified

264
265
266class 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
273class ConfigFileIsEmpty(CommitizenException):

Callers 1

read_cfgFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…