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/async_functions.txt

11 lines
736 B
Text
Raw Normal View History

2019-02-09 02:45:25 -06:00
redefined-builtin:5:next:"Redefining built-in 'next'"
unused-argument:8:some_function:"Unused argument 'arg2'"
bad-super-call:22:Class.some_method:"Bad first argument 'OtherClass' given to super()"
too-many-arguments:26:complex_function:Too many arguments (10/5)
too-many-branches:26:complex_function:Too many branches (13/12)
too-many-return-statements:26:complex_function:Too many return statements (10/6)
dangerous-default-value:57:func:Dangerous default value [] as argument
duplicate-argument-name:57:func:Duplicate argument name a in function definition
duplicate-argument-name:57:func:Duplicate argument name a in function definition
blacklisted-name:62:foo:Black listed name "foo"
empty-docstring:62:foo:Empty function docstring