mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 19:41:00 +00:00
Run clippy on --all-targets
This commit is contained in:
parent
dea2cb769d
commit
bc94cc999e
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ clippy:
|
|||
stage: 'extras'
|
||||
script:
|
||||
- rustup component add clippy-preview
|
||||
- cargo clippy --color=always --all --all-features -- -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
|
||||
|
||||
audit:
|
||||
extends: '.tarball_setup'
|
||||
|
|
Loading…
Reference in a new issue