This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
multipub/.pyenv/lib/python3.7/site-packages/pylint/test/functional/len_checks.txt

17 lines
1.3 KiB
Text
Raw Normal View History

2019-02-09 02:45:25 -06:00
len-as-condition:4::Do not use `len(SEQUENCE)` to determine if a sequence is empty
len-as-condition:7::Do not use `len(SEQUENCE)` to determine if a sequence is empty
len-as-condition:10::Do not use `len(SEQUENCE)` to determine if a sequence is empty
len-as-condition:12::Do not use `len(SEQUENCE)` to determine if a sequence is empty
len-as-condition:14::Do not use `len(SEQUENCE)` to determine if a sequence is empty
len-as-condition:17::Do not use `len(SEQUENCE)` to determine if a sequence is empty
len-as-condition:20::Do not use `len(SEQUENCE)` to determine if a sequence is empty
len-as-condition:26::Do not use `len(SEQUENCE)` to determine if a sequence is empty
len-as-condition:30::Do not use `len(SEQUENCE)` to determine if a sequence is empty
len-as-condition:43::Do not use `len(SEQUENCE)` to determine if a sequence is empty
len-as-condition:61:github_issue_1331_v2:Do not use `len(SEQUENCE)` to determine if a sequence is empty
len-as-condition:65:github_issue_1331_v3:Do not use `len(SEQUENCE)` to determine if a sequence is empty
len-as-condition:67::Do not use `len(SEQUENCE)` to determine if a sequence is empty
len-as-condition:70::Do not use `len(SEQUENCE)` to determine if a sequence is empty
len-as-condition:73::Do not use `len(SEQUENCE)` to determine if a sequence is empty
len-as-condition:76::Do not use `len(SEQUENCE)` to determine if a sequence is empty