]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add vulture
authorMichal Nowak <mnowak@isc.org>
Wed, 2 Oct 2024 08:13:26 +0000 (10:13 +0200)
committerMichal Nowak <mnowak@isc.org>
Tue, 15 Oct 2024 17:38:03 +0000 (17:38 +0000)
.gitlab-ci.yml

index 31f1a47ea41d62b33bf9d0f9709a5adb8eab3c8a..ef8813cdd05f42243e4cd7d2fe81ba3fcee5d2bb 100644 (file)
@@ -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