Skip to content

Commit

Permalink
Disable clippy until rust-lang/rustup#2005
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Sep 27, 2019
1 parent d4d9c36 commit af99517
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions azure/nightly-stages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@ stages:
parameters:
name: rustfmt
rust: nightly
- template: cargo-clippy.yml
parameters:
name: clippy
setup: ${{ parameters.setup }}
rust: nightly
# disabled until we get https://github.com/rust-lang/rustup.rs/issues/2005
# - template: cargo-clippy.yml
# parameters:
# name: clippy
# setup: ${{ parameters.setup }}
# rust: nightly
- ${{ if ne('', parameters.codecov_token) }}:
- stage: ${{ format('{0}coverage', parameters.prefix) }}
${{ if ne(parameters.prefix, '') }}:
Expand Down

0 comments on commit af99517

Please sign in to comment.