forked from mirrors/gstreamer-rs
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:
parent
3b2b70ea0a
commit
53ad4d0862
1 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue