summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorTiago Honorato <tiagohonorato1@gmail.com>2021-02-17 22:51:32 -0300
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-20 15:26:36 +0100
commit570e65536147b00ab8a5743e761d7caa326afa21 (patch)
tree3eedcbdeacf2eabe42c8d0df132025d61a1fb5fa /CONTRIBUTORS.txt
parentba6a40363d7273b50078bfb2c18e5d3c41ed73f1 (diff)
downloadpylint-git-570e65536147b00ab8a5743e761d7caa326afa21.tar.gz
Fix false positive when map() receives iterable
Since map() supports iterables, it should not issue builtin-not-iterating for iterable arguments. Signed-off-by: Tiago Honorato <tiagohonorato1@gmail.com>
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 037ed3984..8eef266d4 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -445,3 +445,5 @@ contributors:
* Marc Mueller (cdce8p): contributor
* David Gilman: contributor
+
+* Tiago Honorato: contributor