Skip to content

Add Rust dependency hygiene CI - #62

Open
igor04091968 wants to merge 1 commit into
detmir-unused-rust-deps-cleanup-20260701from
detmir-dependency-hygiene-ci-20260701
Open

Add Rust dependency hygiene CI#62
igor04091968 wants to merge 1 commit into
detmir-unused-rust-deps-cleanup-20260701from
detmir-dependency-hygiene-ci-20260701

Conversation

@igor04091968

Copy link
Copy Markdown
Owner

$## Summary\n- add dedicated Dependency hygiene GitHub Actions workflow\n- enforce cargo machete --with-metadata as a blocking unused-dependency check\n- run cargo metadata, cargo tree --duplicates, cargo audit and cargo deny in dependency hygiene CI\n- add separate nightly cargo udeps advisory job for workflow_dispatch/schedule with continue-on-error\n- require adjacent TOML comments for cargo-machete ignored entries so exceptions are explicit\n\n## Cleanup needed for the new gate\n- remove unused tempfile dev-dependencies found only by cargo machete --with-metadata from aw-contour-smoke, aw-health-check, check-aw-data, check-aw-full, diag-and-manual-restart and rdp-worktime-report\n- update Cargo.lock package dependency lists only; no dependency version churn\n\n## Verification\n- git diff --check\n- YAML parsed with Ruby Psych\n- cargo metadata --locked --format-version 1\n- cargo machete --with-metadata\n- cargo tree --duplicates --locked\n- cargo test -p aw-contour-smoke -p aw-health-check -p check-aw-data -p check-aw-full -p diag-and-manual-restart -p rdp-worktime-report --locked\n- cargo clippy -p aw-contour-smoke -p aw-health-check -p check-aw-data -p check-aw-full -p diag-and-manual-restart -p rdp-worktime-report --all-targets --locked -- -D warnings\n- cargo audit --deny warnings\n- cargo deny --manifest-path adk-rust/Cargo.toml check --config deny.toml --hide-inclusion-graph --show-stats

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@coderabbitai

coderabbitai Bot commented Jul 1, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: de029c5d-8c01-4c2a-80e4-0d805186317b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch detmir-dependency-hygiene-ci-20260701

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant