Constant RISK_YELLOW_MIN
pub const RISK_YELLOW_MIN: f64 = 0.28;Expand description
Structural risk threshold above which a file is in the yellow band.
Files with RISK_YELLOW_MIN <= structural_risk < RISK_RED_MIN receive
band = "yellow"; files below RISK_YELLOW_MIN receive band = "green".