]> git.ipfire.org Git - thirdparty/bind9.git/commit
Disable too-many/too-few pylint checks
authorNicki Křížek <nicki@isc.org>
Mon, 14 Oct 2024 12:44:06 +0000 (14:44 +0200)
committerMichal Nowak <mnowak@isc.org>
Tue, 3 Dec 2024 09:42:58 +0000 (10:42 +0100)
commitd4fb094ee8b92f81e62be4f8ae95108b3e0da80d
tree4927e7405278676f3cd843a7565e766d2691ee79
parent31d8e3b21f6ea36a06dc2c76f1ebed0f6b3cf752
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 7639c58c4889003777e5da36567f84caa424f157)
.pylintrc
bin/tests/system/shutdown/tests_shutdown.py
bin/tests/system/tsiggss/tests_isc_spnego_flaws.py
doc/arm/conf.py
util/parse_tsan.py