mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
Add vulture
This commit is contained in:
parent
4857da271d
commit
c0246ecef6
@ -529,6 +529,12 @@ black:
|
|||||||
expire_in: "1 week"
|
expire_in: "1 week"
|
||||||
when: on_failure
|
when: on_failure
|
||||||
|
|
||||||
|
vulture:
|
||||||
|
<<: *precheck_job
|
||||||
|
needs: []
|
||||||
|
script:
|
||||||
|
- vulture --exclude "*/ans*/ans.py,conftest.py,isctest" --ignore-names "pytestmark" bin/tests/system/
|
||||||
|
|
||||||
ci-variables:
|
ci-variables:
|
||||||
stage: precheck
|
stage: precheck
|
||||||
<<: *precheck_job
|
<<: *precheck_job
|
||||||
|
Loading…
x
Reference in New Issue
Block a user