]> git.ipfire.org Git - thirdparty/bind9.git/commit
Broaden vulture exclude glob for ans.py servers
authorMichał Kępień <michal@isc.org>
Tue, 18 Mar 2025 05:19:01 +0000 (06:19 +0100)
committerMichał Kępień <michal@isc.org>
Tue, 18 Mar 2025 05:19:01 +0000 (06:19 +0100)
commitdfd37918d6913b783ead915d608b5951386f5974
treea20595dd5736cf77c677abda266442b479254116
parentf413ddbe5f2edfdeedc41603dcd2afe105ed2844
Broaden vulture exclude glob for ans.py servers

The vulture tool seems to be unable to follow how the parent classes
defined in bin/tests/system/qmin/qmin_ans.py use mandatory properties
specified by child classes in bin/tests/system/qmin/ans*/ans.py.  Make
the tool ignore not just ans.py servers, but also *_ans.py utility
modules above the ansX/ subdirectories to prevent false positives about
unused code from causing CI pipeline failures.
.gitlab-ci.yml