Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

[chore] Deny clippy warnings in CI, run rustfmt in --check mode #435

Merged
merged 2 commits into from
Aug 14, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- script: rustup component add rustfmt
displayName: rustup component add rustfmt
- script: cargo fmt --all -- --check
displayName: "cargo fmt"
displayName: "cargo fmt --all -- --check"
- script: rustup component add clippy
displayName: rustup component add clippy
- script: cargo clippy
displayName: "cargo clippy"
displayName: "cargo clippy --all --all-features -- -D warnings"

- job: test_wrangler_windows
displayName: "Run wrangler tests (Windows)"
Expand Down