mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-01 21:10:55 -05:00
Disable pylint: 'Constant name dname doesn't conform to UPPER_CASE naming style (invalid-name)'
This commit is contained in:
parent
968523dd8d
commit
7fe5f670b5
1 changed files with 1 additions and 0 deletions
|
|
@ -4,3 +4,4 @@ disable=
|
|||
C0115, # missing-class-docstring
|
||||
C0116, # missing-function-docstring
|
||||
R0801, # duplicate-code
|
||||
C0103, # invalid-name
|
||||
|
|
|
|||
Loading…
Reference in a new issue