Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
World
Design Tooling
Banner Viewer
Commits
5bc36d5f
Commit
5bc36d5f
authored
Feb 08, 2020
by
Bilal Elmoussaoui
Browse files
CI: fix fmt lint
parent
bcfb1622
Pipeline
#150325
passed with stage
in 6 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5bc36d5f
...
...
@@ -23,6 +23,7 @@ rustfmt:
# Create blank versions of our configured files
# so rustfmt does not yell about non-existent files or completely empty files
-
echo -e "" >> src/config.rs
-
echo -e "" >> src/static_resources.rs
-
rustc -Vv && cargo -Vv
-
cargo fmt --version
-
cargo fmt --all -- --color=always --check
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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