qossmic / deptrac

Keep your architecture clean.
https://qossmic.github.io/deptrac
MIT License
2.59k stars 136 forks source link

Allow usage of debug:unassigned in CI or add `--fail-on-unassigned` #1394

Closed janedbal closed 4 months ago

janedbal commented 4 months ago

I'd like to be sure that there is no unassigned token. Currently, deptrac does not warn about this within regular analysis (--fail-on-unassigned might be handy) and debug:unassigned does not return non-zero exit code, so usage in CI is limited. Would you consider improving this feature?