Skip to main content

evaluate_gate

Function evaluate_gate 

Source
pub fn evaluate_gate(rule_set: &GateRuleSet, report: &EvalReport) -> GateVerdict
Expand description

Evaluate an EvalReport against a GateRuleSet, returning a GateVerdict.

When thresholds.fail_fast is true, evaluation stops at the first violation.