Skip to content
Snippets Groups Projects
Commit da541cad authored by Éloïs's avatar Éloïs
Browse files

gitlab-ci : clippy : deny warnings

parent 5f4c628d
No related branches found
No related tags found
1 merge request!14Resolve "Add gitlab-ci runner for `clippy` (linting)"
...@@ -50,7 +50,7 @@ clippy: ...@@ -50,7 +50,7 @@ clippy:
- export PATH="$HOME/.cargo/bin:$PATH" - export PATH="$HOME/.cargo/bin:$PATH"
- cargo install --force clippy - cargo install --force clippy
script: script:
- cargo clippy --all - cargo clippy --all -- -D warnings
allow_failure: true allow_failure: true
fmt: fmt:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment