From: Michal Nowak Date: Wed, 2 Oct 2024 08:13:26 +0000 (+0200) Subject: Add vulture X-Git-Tag: v9.21.3~80^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0246ecef66851538aec223f647dfe3b09b33656;p=thirdparty%2Fbind9.git Add vulture --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31f1a47ea41..ef8813cdd05 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -529,6 +529,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