mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 21:11:00 +00:00
ci: Only warn about unknown lints instead of denying
This commit is contained in:
parent
a8250abbf1
commit
ba20fc735e
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ clippy:
|
|||
rules:
|
||||
- when: 'always'
|
||||
script:
|
||||
- cargo clippy --locked --color=always --all --all-features --all-targets -- -D warnings
|
||||
- cargo clippy --locked --color=always --all --all-features --all-targets -- -D warnings -A unknown-lints
|
||||
|
||||
deny:
|
||||
extends: .img-stable
|
||||
|
|
Loading…
Reference in a new issue