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

Add deny lints to hyperlight-host crate #352

Merged
merged 3 commits into from
Mar 18, 2025

Conversation

dblnz
Copy link
Contributor

@dblnz dblnz commented Mar 13, 2025

Enforce at the crate level the denial of dead_code, missing_doc and unused_mut.
This is partially related to #315 .

This also updates the rust sample guests Cargo.lock files as they are not synchronized after changes by dependabot

dblnz added 2 commits March 13, 2025 12:14
Signed-off-by: Doru Blânzeanu <dblnz@pm.me>
- denies dead_code, missing_docs and unused_mut in the crate

Signed-off-by: Doru Blânzeanu <dblnz@pm.me>
@dblnz dblnz added the area/documentation Related to documentation label Mar 13, 2025
Copy link
Contributor

@danbugs danbugs left a comment

Choose a reason for hiding this comment

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

LGTM

@dblnz dblnz merged commit 1eda3a5 into hyperlight-dev:main Mar 18, 2025
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation Related to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants