]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.16] chg:test: Disable too-many/too-few pylint checks
authorMichal Nowak <mnowak@isc.org>
Tue, 3 Dec 2024 10:32:21 +0000 (10:32 +0000)
committerMichal Nowak <mnowak@isc.org>
Tue, 3 Dec 2024 10:32:21 +0000 (10:32 +0000)
commit40ecc8a67ec9775c8674303073b09b0a1b1ce339
tree4927e7405278676f3cd843a7565e766d2691ee79
parent31d8e3b21f6ea36a06dc2c76f1ebed0f6b3cf752
parentd4fb094ee8b92f81e62be4f8ae95108b3e0da80d
[9.16] chg:test: Disable too-many/too-few pylint checks

Enforcing pylint standards and default for our test code seems
counter-productive. Since most of the newly added code are tests or is
test-related, encountering these checks rarely make us refactor the code
in other ways and we just disable these checks individually. Code that
is too complex or convoluted will be pointed out in reviews anyways.

(cherry picked from commit f7319a38cf277c2140f0ed7ab46fd616b9322587)

Backport of MR !9626

Merge branch 'backport-nicki/pylint-disable-too-few-too-many-checks-9.16' into 'bind-9.16'

See merge request isc-projects/bind9!9806