Disallow clippy warnings
Let's see if that comes back to bite me
This commit is contained in:
parent
feca7ddae6
commit
4cfda21ff9
|
|
@ -31,7 +31,7 @@ check:
|
||||||
script:
|
script:
|
||||||
- rustup component add clippy rustfmt
|
- rustup component add clippy rustfmt
|
||||||
- cargo fmt --all -- --check
|
- cargo fmt --all -- --check
|
||||||
- cargo clippy --all ${CURRENT_FEATURES}
|
- cargo clippy --all ${CURRENT_FEATURES} -- -D warnings
|
||||||
|
|
||||||
gir:
|
gir:
|
||||||
stage: check
|
stage: check
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue