mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-26 05:21:00 +00:00
ci: make clippy warnings fatal
This commit is contained in:
parent
575d3534b1
commit
15d863a26c
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ clippy:
|
|||
stage: 'extras'
|
||||
script:
|
||||
- rustup component add clippy-preview
|
||||
- cargo clippy --color=always --all --all-features --all-targets -- -A clippy::redundant_pattern_matching -A clippy::single_match -A clippy::cast_lossless
|
||||
- cargo clippy --color=always --all --all-features --all-targets -- -A clippy::redundant_pattern_matching -A clippy::single_match -A clippy::cast_lossless -D warnings
|
||||
|
||||
audit:
|
||||
extends: '.tarball_setup'
|
||||
|
|
Loading…
Reference in a new issue