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

Class NoPatternMapError

commitizen/exceptions.py:124–127  ·  view source on GitHub ↗

bump / changelog pattern or map can not be found in configuration file

Source from the content-addressed store, hash-verified

122
123
124class NoPatternMapError(CommitizenException):
125 """bump / changelog pattern or map can not be found in configuration file"""
126
127 exit_code = ExitCode.NO_PATTERN_MAP
128
129
130class BumpCommitFailedError(CommitizenException):

Callers 2

_find_incrementMethod · 0.90
__call__Method · 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…