Skip to content

fix(plugins): rename plugin_dir to entry_dir in overlay.rs test helper#3157

Merged
bug-ops merged 1 commit intomainfrom
3156-clippy-similar-names-overlay
Apr 18, 2026
Merged

fix(plugins): rename plugin_dir to entry_dir in overlay.rs test helper#3157
bug-ops merged 1 commit intomainfrom
3156-clippy-similar-names-overlay

Conversation

@bug-ops
Copy link
Copy Markdown
Owner

@bug-ops bug-ops commented Apr 18, 2026

Summary

  • Renames local binding plugin_dir to entry_dir in the write_plugin_overlay test helper (crates/zeph-plugins/src/overlay.rs:348)
  • Resolves clippy::similar_names violation between the parameter plugins_dir and the local binding plugin_dir
  • Unblocks the CI cargo clippy --all-targets --workspace --features full -- -D warnings gate

Test plan

  • cargo clippy -p zeph-plugins --all-targets -- -D warnings passes with zero warnings
  • cargo +nightly fmt --check passes
  • cargo nextest run --workspace --lib --bins — 8322 tests pass

Closes #3156

@github-actions github-actions Bot added rust Rust code changes bug Something isn't working size/XS Extra small PR (1-10 lines) labels Apr 18, 2026
…test helper

Resolves clippy::similar_names violation between function parameter
`plugins_dir` and local binding `plugin_dir` in the test module of
overlay.rs. Renamed the local to `entry_dir` which is semantically
clear and passes --all-targets clippy gate.

Closes #3156
@bug-ops bug-ops force-pushed the 3156-clippy-similar-names-overlay branch from da12dcd to a638917 Compare April 18, 2026 10:39
@bug-ops bug-ops enabled auto-merge (squash) April 18, 2026 10:39
@bug-ops bug-ops merged commit de2a5cf into main Apr 18, 2026
32 checks passed
@bug-ops bug-ops deleted the 3156-clippy-similar-names-overlay branch April 18, 2026 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working rust Rust code changes size/XS Extra small PR (1-10 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(plugins): clippy::similar_names in overlay.rs test helper — CI all-targets check fails

1 participant