mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Added reqs
Former-commit-id: ecd461c2f96311c1c2f3a89694367e9216214739
This commit is contained in:
parent
96114e07de
commit
f87d2a8a4f
@ -88,7 +88,6 @@ clean-code:
|
||||
tags:
|
||||
- docker
|
||||
script:
|
||||
- rustup component add rustfmt-preview
|
||||
- cargo fmt --all -- --check
|
||||
allow_failure: true
|
||||
|
||||
@ -111,7 +110,6 @@ clippy:
|
||||
tags:
|
||||
- docker
|
||||
script:
|
||||
- rustup component add clippy-preview --toolchain=nightly
|
||||
- cargo clippy --all -- -D clippy || echo "This job is disabled, because we are not activly using it now, so we dont want to see yellow failed partly"
|
||||
allow_failure: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user