microsoft / windows-rs

Rust for Windows
https://kennykerr.ca/rust-getting-started/
Apache License 2.0
10.23k stars 476 forks source link

Clippy workflow should run with `--tests` #3024

Closed kennykerr closed 3 months ago

kennykerr commented 3 months ago

Suggestion

By default, Clippy doesn't check tests.

kennykerr commented 3 months ago

I've tried this a few times, but it just introduces a bunch of invalid changes that I have to allow various lints since the test code is intentionally doing things that Clippy thinks are unnecessary. 🤷