Skip to content

Commit

Permalink
Merge branch 'remove-affiliation=binary-review' of https://github.com…
Browse files Browse the repository at this point in the history
…/mitre/hipcheck into remove-affiliation=binary-review
  • Loading branch information
bmarr-mitre committed Nov 16, 2024
2 parents 59f107f + 41822e1 commit 0d129be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hipcheck/src/analysis/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ pub trait AnalysisProvider:
fn typo_analysis(&self) -> Result<QueryResult>;
}




pub fn churn_analysis(db: &dyn AnalysisProvider) -> Result<QueryResult> {
Expand Down
2 changes: 1 addition & 1 deletion hipcheck/src/metric/binary_detector/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ impl<'de> Visitor<'de> for BinaryTypeVisitor {
_ => Err(serde::de::Error::custom("unknown binary format")),
}
}
}
}

0 comments on commit 0d129be

Please sign in to comment.