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

Class InvalidConfigurationError

commitizen/exceptions.py:205–208  ·  view source on GitHub ↗

An error was found in the Commitizen Configuration, such as duplicates in `change_type_order`

Source from the content-addressed store, hash-verified

203
204
205class InvalidConfigurationError(CommitizenException):
206 """An error was found in the Commitizen Configuration, such as duplicates in `change_type_order`"""
207
208 exit_code = ExitCode.INVALID_CONFIGURATION
209
210
211class NotAllowed(CommitizenException):

Callers 4

_parse_settingMethod · 0.90
_parse_settingMethod · 0.90
_parse_settingMethod · 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…