Remove rustfmt check from gitlab-ci.yml

All files are autogenerated and don't conform to what rustfmt would do
This commit is contained in:
Sebastian Dröge 2018-11-03 19:32:46 +02:00 committed by Sebastian Dröge
parent 3b2b70ea0a
commit 53ad4d0862

View file

@ -1,6 +1,5 @@
stages:
- "test"
- "lint"
.cargo_cache: &cache
cache:
@ -66,11 +65,3 @@ test nightly:
image: "rustlang/rust:nightly-slim"
allow_failure: true
<<: *cargo_test
rustfmt:
image: "rustlang/rust:nightly-slim"
stage: "lint"
script:
- rustup component add rustfmt-preview
- cargo fmt --version
- cargo fmt -- --color=always --check