You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today any FAIL/MISSING fails the gate (report.py: passed = all(status == PASS)). A --fail-on high flag would let a required-but-missing medium claim warn without failing. Touches src/subcheck/cli.py and src/subcheck/report.py.
Today any FAIL/MISSING fails the gate (
report.py:passed = all(status == PASS)). A--fail-on highflag would let a required-but-missing medium claim warn without failing. Touchessrc/subcheck/cli.pyandsrc/subcheck/report.py.