Skip to content

Commit

Permalink
Remove clippy from pipelines - @Eh2406 asked that the commit will be …
Browse files Browse the repository at this point in the history
…kept

This reverts commit 4a1207c.
  • Loading branch information
igor-makarov committed Nov 15, 2019
1 parent 2a49ac9 commit 1432651
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,28 +66,6 @@ jobs:
variables:
TOOLCHAIN: stable

- job: clippy
pool:
vmImage: ubuntu-16.04
steps:
- template: ci/azure-install-rust.yml
- bash: rustup component add clippy
displayName: "Install clippy"
- bash: cargo clippy --all-targets -- -D warnings
displayName: "Check clippy (cargo)"
- bash: cd crates/cargo-test-macro && cargo clippy --all-targets -- -D warnings
displayName: "Check clippy (cargo-test-macro)"
- bash: cd crates/cargo-test-support && cargo clippy --all-targets -- -D warnings
displayName: "Check clippy (cargo-test-support)"
- bash: cd crates/crates-io && cargo clippy --all-targets -- -D warnings
displayName: "Check clippy (crates-io)"
- bash: cd crates/resolver-tests && cargo clippy --all-targets -- -D warnings
displayName: "Check clippy (resolver-tests)"
- bash: cd crates/cargo-platform && cargo clippy --all-targets -- -D warnings
displayName: "Check clippy (cargo-platform)"
variables:
TOOLCHAIN: beta

- job: resolver
pool:
vmImage: ubuntu-16.04
Expand Down

0 comments on commit 1432651

Please sign in to comment.