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
|
extends: .img-stable
|
||||||
stage: 'extras'
|
stage: 'extras'
|
||||||
variables:
|
variables:
|
||||||
CLIPPY_LINTS: -D warnings
|
CLIPPY_LINTS: -D warnings -W unknown-lints
|
||||||
needs:
|
needs:
|
||||||
- job: 'build-stable'
|
- job: 'build-stable'
|
||||||
artifacts: false
|
artifacts: false
|
||||||
|
|
Loading…
Reference in a new issue