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

Class ConfigFileIsEmpty

commitizen/exceptions.py:273–277  ·  view source on GitHub ↗

The configuration file is empty

Source from the content-addressed store, hash-verified

271
272
273class 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
280class CommitMessageLengthExceededError(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…