Skip to main content

promote_effective_warns

Function promote_effective_warns 

Source
pub fn promote_effective_warns(results: &mut AnalysisResults)
Expand description

Raise every warn gate severity to error, for --fail-on-issues.

Under that flag every reported finding fails the run, so every CI format must state error too.