Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GStreamer
gstreamer-rs-sys
Commits
53ad4d08
Commit
53ad4d08
authored
Nov 03, 2018
by
Sebastian Dröge
🍵
Committed by
Sebastian Dröge
Nov 03, 2018
Browse files
Remove rustfmt check from gitlab-ci.yml
All files are autogenerated and don't conform to what rustfmt would do
parent
3b2b70ea
Pipeline
#7504
passed with stage
in 2 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
53ad4d08
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment