Is your feature request related to a problem? Please describe.
poutine always exited with code 0 after analysis, even when violations were found, making it unsuitable for use as a blocking CI gate.
Describe the solution you'd like
Add an opt-in --fail-on-violation flag that exits with code (e.g., 10) when violations are detected.
Describe alternatives you've considered
None
I've prepared a fix in a fork. Following the CONTRIBUTING guide, if the maintainer approves this feature request, I'll create a pull request with the new feature. Thanks!