|
1 |
| -no-value-for-parameter:46::No value for argument 'first_argument' in function call |
2 |
| -too-many-function-args:47::Too many positional arguments for function call |
3 |
| -no-value-for-parameter:49::No value for argument 'third_argument' in function call |
4 |
| -no-value-for-parameter:51::No value for argument 'first_argument' in function call |
5 |
| -no-value-for-parameter:51::No value for argument 'second_argument' in function call |
6 |
| -no-value-for-parameter:51::No value for argument 'third_argument' in function call |
7 |
| -too-many-function-args:53::Too many positional arguments for function call |
8 |
| -no-value-for-parameter:58::No value for argument 'first_argument' in function call |
9 |
| -unexpected-keyword-arg:58::Unexpected keyword argument 'bob' in function call |
10 |
| -unexpected-keyword-arg:59::Unexpected keyword argument 'coin' in function call |
11 |
| -redundant-keyword-arg:61::Argument 'one' passed by position and keyword in function call |
12 |
| -no-value-for-parameter:66::No value for argument 'arg' in lambda call |
13 |
| -no-value-for-parameter:71:method_tests:No value for argument 'arg' in staticmethod call |
14 |
| -no-value-for-parameter:72:method_tests:No value for argument 'arg' in staticmethod call |
15 |
| -no-value-for-parameter:74:method_tests:No value for argument 'arg' in classmethod call |
16 |
| -no-value-for-parameter:75:method_tests:No value for argument 'arg' in classmethod call |
17 |
| -no-value-for-parameter:77:method_tests:No value for argument 'arg' in method call |
18 |
| -no-value-for-parameter:78:method_tests:No value for argument 'arg' in unbound method call |
19 |
| -no-value-for-parameter:80:method_tests:No value for argument 'arg' in method call |
20 |
| -no-value-for-parameter:81:method_tests:No value for argument 'arg' in unbound method call |
21 |
| -no-value-for-parameter:110:TestStaticMethod.func:No value for argument 'first' in staticmethod call |
22 |
| -too-many-function-args:111:TestStaticMethod.func:Too many positional arguments for staticmethod call |
23 |
| -too-many-function-args:119:TypeCheckConstructor.test:Too many positional arguments for constructor call |
24 |
| -no-value-for-parameter:121:TypeCheckConstructor.test:No value for argument 'first' in constructor call |
25 |
| -no-value-for-parameter:121:TypeCheckConstructor.test:No value for argument 'second' in constructor call |
26 |
| -no-value-for-parameter:122:TypeCheckConstructor.test:No value for argument 'second' in constructor call |
27 |
| -unexpected-keyword-arg:122:TypeCheckConstructor.test:Unexpected keyword argument 'lala' in constructor call |
28 |
| -no-value-for-parameter:133:Test.test:No value for argument 'icon' in method call |
29 |
| -too-many-function-args:134:Test.test:Too many positional arguments for method call |
30 |
| -no-value-for-parameter:136::No value for argument 'icon' in method call |
31 |
| -no-value-for-parameter:163:no_context_but_redefined:No value for argument 'three' in function call |
32 |
| -no-value-for-parameter:163:no_context_but_redefined:No value for argument 'two' in function call |
33 |
| -no-value-for-parameter:166:no_context_one_elem:No value for argument 'three' in function call |
34 |
| -no-value-for-parameter:166:no_context_one_elem:No value for argument 'two' in function call |
35 |
| -unexpected-keyword-arg:202:namedtuple_replace_issue_1036:Unexpected keyword argument 'd' in method call |
36 |
| -unexpected-keyword-arg:202:namedtuple_replace_issue_1036:Unexpected keyword argument 'e' in method call |
37 |
| -no-value-for-parameter:215::No value for argument 'third' in function call |
38 |
| -no-value-for-parameter:216::No value for argument 'second' in function call |
39 |
| -unexpected-keyword-arg:217::Unexpected keyword argument 'fourth' in function call |
| 1 | +no-value-for-parameter:46:0::No value for argument 'first_argument' in function call |
| 2 | +too-many-function-args:47:0::Too many positional arguments for function call |
| 3 | +no-value-for-parameter:49:0::No value for argument 'third_argument' in function call |
| 4 | +no-value-for-parameter:51:0::No value for argument 'first_argument' in function call |
| 5 | +no-value-for-parameter:51:0::No value for argument 'second_argument' in function call |
| 6 | +no-value-for-parameter:51:0::No value for argument 'third_argument' in function call |
| 7 | +too-many-function-args:53:0::Too many positional arguments for function call |
| 8 | +no-value-for-parameter:58:0::No value for argument 'first_argument' in function call |
| 9 | +unexpected-keyword-arg:58:0::Unexpected keyword argument 'bob' in function call |
| 10 | +unexpected-keyword-arg:59:0::Unexpected keyword argument 'coin' in function call |
| 11 | +redundant-keyword-arg:61:0::Argument 'one' passed by position and keyword in function call |
| 12 | +no-value-for-parameter:66:0::No value for argument 'arg' in lambda call |
| 13 | +no-value-for-parameter:71:4:method_tests:No value for argument 'arg' in staticmethod call |
| 14 | +no-value-for-parameter:72:4:method_tests:No value for argument 'arg' in staticmethod call |
| 15 | +no-value-for-parameter:74:4:method_tests:No value for argument 'arg' in classmethod call |
| 16 | +no-value-for-parameter:75:4:method_tests:No value for argument 'arg' in classmethod call |
| 17 | +no-value-for-parameter:77:4:method_tests:No value for argument 'arg' in method call |
| 18 | +no-value-for-parameter:78:4:method_tests:No value for argument 'arg' in unbound method call |
| 19 | +no-value-for-parameter:80:4:method_tests:No value for argument 'arg' in method call |
| 20 | +no-value-for-parameter:81:4:method_tests:No value for argument 'arg' in unbound method call |
| 21 | +no-value-for-parameter:110:8:TestStaticMethod.func:No value for argument 'first' in staticmethod call |
| 22 | +too-many-function-args:111:8:TestStaticMethod.func:Too many positional arguments for staticmethod call |
| 23 | +too-many-function-args:119:8:TypeCheckConstructor.test:Too many positional arguments for constructor call |
| 24 | +no-value-for-parameter:121:8:TypeCheckConstructor.test:No value for argument 'first' in constructor call |
| 25 | +no-value-for-parameter:121:8:TypeCheckConstructor.test:No value for argument 'second' in constructor call |
| 26 | +no-value-for-parameter:122:8:TypeCheckConstructor.test:No value for argument 'second' in constructor call |
| 27 | +unexpected-keyword-arg:122:8:TypeCheckConstructor.test:Unexpected keyword argument 'lala' in constructor call |
| 28 | +no-value-for-parameter:133:8:Test.test:No value for argument 'icon' in method call |
| 29 | +too-many-function-args:134:8:Test.test:Too many positional arguments for method call |
| 30 | +no-value-for-parameter:136:0::No value for argument 'icon' in method call |
| 31 | +no-value-for-parameter:163:4:no_context_but_redefined:No value for argument 'three' in function call |
| 32 | +no-value-for-parameter:163:4:no_context_but_redefined:No value for argument 'two' in function call |
| 33 | +no-value-for-parameter:166:4:no_context_one_elem:No value for argument 'three' in function call |
| 34 | +no-value-for-parameter:166:4:no_context_one_elem:No value for argument 'two' in function call |
| 35 | +unexpected-keyword-arg:202:23:namedtuple_replace_issue_1036:Unexpected keyword argument 'd' in method call |
| 36 | +unexpected-keyword-arg:202:23:namedtuple_replace_issue_1036:Unexpected keyword argument 'e' in method call |
| 37 | +no-value-for-parameter:215:0::No value for argument 'third' in function call |
| 38 | +no-value-for-parameter:216:0::No value for argument 'second' in function call |
| 39 | +unexpected-keyword-arg:217:0::Unexpected keyword argument 'fourth' in function call |
0 commit comments