Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

async_functions.txt 655B

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