pub fn cmd_check(
config: &Config,
result: &AnalysisResult,
reporter: &dyn Reporter,
writer: &mut impl Write,
thresholds: &CheckThresholds,
) -> CliResultExpand description
Check thresholds; returns Err(CliError::CheckFailed) if any are exceeded.