Open danieleades opened 1 year ago
I ran clippy on my local machine, but it shows different outputs and seems to be similar to CI output. I tried versions below:
➜ RustDDS master ✓ git rev-parse master
692841bfa4040cd53e07054c65b5d0dcc8bffed5
➜ RustDDS master ✓ cargo +nightly --version
cargo 1.69.0-nightly (17b3d0de0 2023-02-17)
how strange... i'm using the same commit and the same toolchain.
thanks for checking!
beats the hell out of me
i'm seeing quite different output from clippy in CI and locally. Any ideas?
output in CI - https://github.com/jhelovuo/RustDDS/actions/runs/4210445465/jobs/7308142488
output from local clippy run-
note the errors present in CI that aren't present in local run