Skip to content

ci(#273): align clippy command with CONTRIBUTING pre-push hook - #342

Merged
Calebux merged 1 commit into
zintarh:mainfrom
miriamisa022-cyber:ci/273-clippy-all-targets
Jul 29, 2026
Merged

ci(#273): align clippy command with CONTRIBUTING pre-push hook#342
Calebux merged 1 commit into
zintarh:mainfrom
miriamisa022-cyber:ci/273-clippy-all-targets

Conversation

@miriamisa022-cyber

Copy link
Copy Markdown
Contributor

CONTRIBUTING.md pre-push hook runs:
cargo clippy --all-targets -- -D warnings

CI was running:
cargo clippy -- -D warnings (missing --all-targets)

Update the 'Run clippy' step to add --all-targets so CI and the local pre-push hook exercise the same set of targets (lib, tests, examples, benches), catching issues in test-only code that the old command missed.

Closes #273

CONTRIBUTING.md pre-push hook runs:
  cargo clippy --all-targets -- -D warnings

CI was running:
  cargo clippy -- -D warnings  (missing --all-targets)

Update the 'Run clippy' step to add --all-targets so CI and the local
pre-push hook exercise the same set of targets (lib, tests, examples,
benches), catching issues in test-only code that the old command missed.

Closes zintarh#273
@drips-wave

drips-wave Bot commented Jul 29, 2026

Copy link
Copy Markdown

@miriamisa022-cyber Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Calebux
Calebux merged commit 2d633d4 into zintarh:main Jul 29, 2026
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.

ci: Add clippy all-targets check

2 participants