mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 17:52:10 -04:00
Deprecate dns.resolver module in BIND 9 system tests
(cherry picked from commit cb3ffac9a7)
This commit is contained in:
parent
f082e6800b
commit
00295ef591
1 changed files with 7 additions and 1 deletions
|
|
@ -1,4 +1,10 @@
|
|||
[MASTER]
|
||||
[IMPORTS]
|
||||
|
||||
deprecated-modules=
|
||||
dns.resolver,
|
||||
|
||||
[MESSAGES CONTROL]
|
||||
|
||||
disable=
|
||||
C0103, # invalid-name
|
||||
C0114, # missing-module-docstring
|
||||
|
|
|
|||
Loading…
Reference in a new issue