Nothing in staging to be committed
| 165 | |
| 166 | |
| 167 | class NothingToCommitError(CommitizenException): |
| 168 | """Nothing in staging to be committed""" |
| 169 | |
| 170 | exit_code = ExitCode.NOTHING_TO_COMMIT |
| 171 | |
| 172 | |
| 173 | class CustomError(CommitizenException): |
no outgoing calls
no test coverage detected
searching dependent graphs…