From: Ondřej Surý Date: Mon, 27 Apr 2020 12:15:10 +0000 (+0200) Subject: Disable pylint: 'Constant name dname doesn't conform to UPPER_CASE naming style ... X-Git-Tag: v9.17.2~121^2~2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=7fe5f670b5e3b7bcea22cbcedcd5c668b71fc2ae;p=thirdparty%2Fbind9.git Disable pylint: 'Constant name dname doesn't conform to UPPER_CASE naming style (invalid-name)' --- diff --git a/.pylintrc b/.pylintrc index 62cbfae3e67..750e50e37cb 100644 --- a/.pylintrc +++ b/.pylintrc @@ -4,3 +4,4 @@ disable= C0115, # missing-class-docstring C0116, # missing-function-docstring R0801, # duplicate-code + C0103, # invalid-name