An error was found in the Commitizen Configuration, such as duplicates in `change_type_order`
| 203 | |
| 204 | |
| 205 | class 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 | |
| 211 | class NotAllowed(CommitizenException): |
no outgoing calls
no test coverage detected
searching dependent graphs…