gentoo-full-overlay/sys-auth/nss-pam-ldapd/files/nss-pam-ldapd-0.9.4-disable-py3-only-linters.patch

13 lines
403 B
Diff

diff --git a/tests/pylint.rc b/tests/pylint.rc
index 7f0bc13..b66d018 100644
--- a/tests/pylint.rc
+++ b/tests/pylint.rc
@@ -19,7 +19,7 @@ enable=
# can either give multiple identifier separated by comma (,) or put this option
# multiple time (only on the command line, not in the configuration file where
# it should appear only once).
-disable=E1101
+disable=E1101,E1608,E1606,E1601
[REPORTS]