summaryrefslogtreecommitdiff
path: root/sys-auth/nss-pam-ldapd/files/nss-pam-ldapd-0.9.4-disable-py3-only-linters.patch
blob: 06dcc2513a39d48dd39b669b8cd45aab2eb9dc37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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]