rmdepcheck/src/rmdepcheck
Adam Williamson bd1af29d84
All checks were successful
AI Code Review / ai-review (pull_request_target) Successful in 17s
CI via Tox / tox (pull_request) Successful in 1m40s
Treat pre-existing dependency issues as warnings (exit code 0)
When we notice a pre-existing dependency issue, it seems strange
to exit non-zero, since the update being tested didn't break
anything new. Let's just treat it more like a warning. Let's exit
0 in this case as there's no 'warning' exit code; the pipelines
can use the JSON output to report an INFO or WARN result.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2026-06-13 10:04:50 +02:00
..
__init__.py Refactor into a module with two CLI scripts, add tests, fix bug 2026-05-15 18:37:37 -07:00
compose.py Refactor into a module with two CLI scripts, add tests, fix bug 2026-05-15 18:37:37 -07:00
repos.py Refactor into a module with two CLI scripts, add tests, fix bug 2026-05-15 18:37:37 -07:00
shared.py Treat pre-existing dependency issues as warnings (exit code 0) 2026-06-13 10:04:50 +02:00