forked from mirrors/gstreamer-rs
ci: Only warn about unknown lints instead of denying
This commit is contained in:
parent
01e24d2018
commit
efb85f416e
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ clippy:
|
|||
extends: .img-stable
|
||||
stage: 'extras'
|
||||
variables:
|
||||
CLIPPY_LINTS: -D warnings
|
||||
CLIPPY_LINTS: -D warnings -W unknown-lints
|
||||
needs:
|
||||
- job: 'build-stable'
|
||||
artifacts: false
|
||||
|
|
Loading…
Reference in a new issue