redefined-builtin:5:0:5:14:next:Redefining built-in 'next':UNDEFINED
unused-argument:8:30:8:34:some_function:Unused argument 'arg2':HIGH
bad-super-call:22:8:22:31:Class.some_method:Bad first argument 'OtherClass' given to super():UNDEFINED
line-too-long:26:0:None:None::Line too long (104/100):UNDEFINED
too-many-arguments:27:0:27:26:complex_function:Too many arguments (10/5):UNDEFINED
too-many-branches:27:0:27:26:complex_function:Too many branches (13/12):UNDEFINED
too-many-positional-arguments:27:0:27:26:complex_function:Too many positional arguments (9/5):HIGH
too-many-return-statements:27:0:27:26:complex_function:Too many return statements (10/6):UNDEFINED
dangerous-default-value:60:0:60:14:func:Dangerous default value [] as argument:UNDEFINED
duplicate-argument-name:60:18:60:19:func:Duplicate argument name 'a' in function definition:HIGH
disallowed-name:65:0:65:13:foo:"Disallowed name ""foo""":HIGH
empty-docstring:65:0:65:13:foo:Empty function docstring:HIGH
