mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-07 08:02:04 -04:00
parent
369bbd9dad
commit
f4eb2793d3
1 changed files with 6 additions and 0 deletions
|
|
@ -530,6 +530,12 @@ black:
|
|||
expire_in: "1 week"
|
||||
when: on_failure
|
||||
|
||||
vulture:
|
||||
<<: *precheck_job
|
||||
needs: []
|
||||
script:
|
||||
- vulture --exclude "*/ans*/ans.py,conftest.py,isctest" --ignore-names "pytestmark" bin/tests/system/
|
||||
|
||||
ci-variables:
|
||||
stage: precheck
|
||||
<<: *precheck_job
|
||||
|
|
|
|||
Loading…
Reference in a new issue