pub fn evaluate_gate(rule_set: &GateRuleSet, report: &EvalReport) -> GateVerdictExpand description
Evaluate an EvalReport against a GateRuleSet, returning a GateVerdict.
When thresholds.fail_fast is true, evaluation stops at the first violation.