crate-ci / azure-pipelines

Easy continuous integration for Rust projects with Azure Pipelines
MIT License
88 stars 24 forks source link

Don't run rustfmt/clippy on nightly #29

Closed jonhoo closed 5 years ago

jonhoo commented 5 years ago

Too many spurious failures, which lead to people ignoring errors.

Fixes #18

jonhoo commented 5 years ago

I think this is a step in the right direction, though you're right it doesn't fix the deeper disagreement about how CI should work there. I'll change it to not mark #18 as fixed.