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
World
Obfuscate
Commits
70477825
Commit
70477825
authored
Sep 30, 2020
by
Bilal Elmoussaoui
Browse files
CI: run clippy
parent
329d4565
Pipeline
#217678
failed with stage
in 21 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
70477825
...
...
@@ -22,7 +22,16 @@ rustfmt:
# 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
-
rustc -
-version
&& cargo -
-version
-
cargo fmt --version
-
cargo fmt --all -- --color=always --check
clippy
:
image
:
rust:latest
before_script
:
-
rustup component add clippy
script
:
-
rustc --version && cargo --version
-
cargo clippy --all-targets --all-features
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