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

Class NotAllowed

commitizen/exceptions.py:211–214  ·  view source on GitHub ↗

`--incremental` cannot be combined with a `rev_range`

Source from the content-addressed store, hash-verified

209
210
211class NotAllowed(CommitizenException):
212 """`--incremental` cannot be combined with a `rev_range`"""
213
214 exit_code = ExitCode.NOT_ALLOWED
215
216
217class CharacterSetDecodeError(CommitizenException):

Callers 5

_validate_argumentsMethod · 0.90
__call__Method · 0.90
__init__Method · 0.90
_export_templateMethod · 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…