Skip to content

Commit

Permalink
chore: Remove obsolete TODO about investigate_if_failed logic
Browse files Browse the repository at this point in the history
Signed-off-by: Cal Stepanian <[email protected]>
  • Loading branch information
cstepanian authored and j-lanson committed Dec 9, 2024
1 parent 71de781 commit d10cf31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hipcheck/src/report/report_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ pub fn build_report(session: &Session, scoring: &ScoringResults) -> Result<Repor
}
}

// TODO: Add handling of auto-investigation-if-fail rules.

builder
.set_risk_score(scoring.score.total)
.set_risk_policy(session.risk_policy()?.as_ref().clone());
Expand Down

0 comments on commit d10cf31

Please sign in to comment.