From eb6d8a137878f8a28526d1f8e3e951ddcee995d8 Mon Sep 17 00:00:00 2001 From: Forest Anderson Date: Mon, 29 Apr 2019 21:19:17 +0000 Subject: [PATCH] Clean code must not fail Former-commit-id: 05ca3143c59fe11e2a84448a8377a549edaffec5 --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bcae78f795..673a624fa4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,7 +89,6 @@ clean-code: - veloren-docker script: - cargo fmt --all -- --check - allow_failure: true # # Coverage needs to be disabled until an issue in the Rust compiler is fixed # # https://github.com/rust-lang/rust/issues/58375