Exit codes
| Code | Meaning |
|---|---|
0 | Every check that ran conformed |
1 | At least one conformance failure |
2 | At least one check produced no verdict |
A run with both a failure and an error exits 1: a real finding outranks a
missing one. Skipped checks never affect the exit code — a skipped check is
neither a pass nor a defect.
