Let users accept a specific known claim without lowering the whole gate.
Scope
- Support an inline suppression comment on the claim line (e.g.
# noqa: evidence-gate) so that line is skipped.
- Optionally support a small ignore file (path:line or glob).
- Add tests covering suppressed vs unsuppressed lines.
Rationale: a good honesty tool should let you explicitly accept a documented exception rather than silently widen the rules.
Let users accept a specific known claim without lowering the whole gate.
Scope
# noqa: evidence-gate) so that line is skipped.Rationale: a good honesty tool should let you explicitly accept a documented exception rather than silently widen the rules.