Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Remove fuzz identity from hipcheck core #661

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bmarr-mitre
Copy link
Contributor

Resolves #659
Resolves #660

Comment on lines 12 to 15
#[salsa::query_group(AnalysisProviderStorage)]
pub trait AnalysisProvider:
AttacksConfigQuery + CommitConfigQuery + GitProvider + MetricProvider + PracticesConfigQuery
{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At this point AnalysisProvider is empty, time to get rid of the entire trait

@@ -38,12 +35,4 @@ pub trait MetricProvider:
/// Returns result of contributor trust metric
#[salsa::invoke(contributor_trust::contributor_trust_metric)]
fn contributor_trust_metric(&self) -> Result<Arc<ContributorTrustOutput>>;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similarly it's time to delete MetricProvider

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

Delete legacy code for identity plugin Delete legacy code for fuzz plugin
2 participants