False positive builtin-not-iterating when using map() #4078
Labels
False Negative 🦋
No message is emitted but something is wrong with the code
Good first issue
Friendly and approachable by new contributors
Steps to reproduce
Run pylint with --py3k over the following example:
Current behavior
W1638: range built-in referenced when not iterating (range-builtin-not-iterating)
Expected behavior
No error as
map
allows iterable.pylint --version output
The text was updated successfully, but these errors were encountered: