Exit codes

CodeMeaning
0Every check that ran conformed
1At least one conformance failure
2At 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.