KEMBAR78
Apply clippy workflow to all but tests by kennykerr · Pull Request #3675 · microsoft/windows-rs · GitHub
Skip to content

Conversation

@kennykerr
Copy link
Collaborator

Right now the clippy workflow only validates libraries and tools. This means that a lot of samples and test crates go unchecked. Although all crates are tested, clippy still points out some more pedantic but often valuable suggestions. Clippy cannot be run on tests at this time as there are too many false positives but I think it should be doable to validate everything else.

@kennykerr kennykerr closed this Jul 24, 2025
@kennykerr kennykerr reopened this Jul 24, 2025
@riverar
Copy link
Collaborator

riverar commented Jul 25, 2025

After #3677 is merged, adjust fix-environment to below and you should be good to go.

- name: Fix environment
  uses: ./.github/actions/fix-environment
  with:
    target: x86_64-pc-windows-msvc

@kennykerr
Copy link
Collaborator Author

Thanks for the build help @riverar 👍

@kennykerr kennykerr merged commit 6bbebe6 into master Jul 25, 2025
29 checks passed
@kennykerr kennykerr deleted the more-clippy branch July 25, 2025 13:23
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.

2 participants