Skip to content

Commit

Permalink
Don't run rustfmt/clippy on nightly
Browse files Browse the repository at this point in the history
Too many spurious failures, which lead to people ignoring errors.

Fixes #18
  • Loading branch information
jonhoo committed Jul 15, 2019
1 parent 0471851 commit 7cd3cd3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions azure/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ jobs:
name: rustfmt_beta
rust: beta
allow_fail: true
- template: rustfmt.yml
parameters:
name: rustfmt_nightly
rust: nightly
allow_fail: true
- template: cargo-clippy.yml
parameters:
name: clippy
Expand All @@ -20,8 +15,3 @@ jobs:
name: clippy_beta
rust: beta
allow_fail: true
- template: cargo-clippy.yml
parameters:
name: clippy_nightly
rust: nightly
allow_fail: true

0 comments on commit 7cd3cd3

Please sign in to comment.