From 7ae39dbd3e525762a8871db775822eabc2674c6c Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Mon, 15 Jul 2019 13:32:08 -0400 Subject: [PATCH] Don't run rustfmt/clippy on nightly Too many spurious failures, which lead to people ignoring errors. Progress towards #18. --- azure/style.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/azure/style.yml b/azure/style.yml index 9de7f4e..7e5659a 100644 --- a/azure/style.yml +++ b/azure/style.yml @@ -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 @@ -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