-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
45 changed files
with
123 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
no-value-for-parameter:46:0:46:16::No value for argument 'first_argument' in function call:UNDEFINED | ||
too-many-function-args:47:0:47:25::Too many positional arguments for function call:UNDEFINED | ||
no-value-for-parameter:49:0:49:25::No value for argument 'third_argument' in function call:UNDEFINED | ||
no-value-for-parameter:51:0:51:17::No value for argument 'first_argument' in function call:UNDEFINED | ||
no-value-for-parameter:51:0:51:17::No value for argument 'second_argument' in function call:UNDEFINED | ||
no-value-for-parameter:51:0:51:17::No value for argument 'third_argument' in function call:UNDEFINED | ||
too-many-function-args:53:0:53:41::Too many positional arguments for function call:UNDEFINED | ||
no-value-for-parameter:58:0:58:21::No value for argument 'first_argument' in function call:UNDEFINED | ||
unexpected-keyword-arg:58:0:58:21::Unexpected keyword argument 'bob' in function call:UNDEFINED | ||
unexpected-keyword-arg:59:0:59:40::Unexpected keyword argument 'coin' in function call:UNDEFINED | ||
redundant-keyword-arg:61:0:61:30::Argument 'one' passed by position and keyword in function call:UNDEFINED | ||
no-value-for-parameter:66:0:66:8::No value for argument 'arg' in lambda call:UNDEFINED | ||
no-value-for-parameter:71:4:71:24:method_tests:No value for argument 'arg' in staticmethod call:UNDEFINED | ||
no-value-for-parameter:72:4:72:29:method_tests:No value for argument 'arg' in staticmethod call:UNDEFINED | ||
no-value-for-parameter:74:4:74:23:method_tests:No value for argument 'arg' in classmethod call:UNDEFINED | ||
no-value-for-parameter:75:4:75:28:method_tests:No value for argument 'arg' in classmethod call:UNDEFINED | ||
no-value-for-parameter:77:4:77:17:method_tests:No value for argument 'arg' in method call:UNDEFINED | ||
no-value-for-parameter:78:4:78:26:method_tests:No value for argument 'arg' in unbound method call:UNDEFINED | ||
no-value-for-parameter:80:4:80:27:method_tests:No value for argument 'arg' in method call:UNDEFINED | ||
no-value-for-parameter:81:4:81:36:method_tests:No value for argument 'arg' in unbound method call:UNDEFINED | ||
no-value-for-parameter:110:8:110:19:TestStaticMethod.func:No value for argument 'first' in staticmethod call:UNDEFINED | ||
too-many-function-args:111:8:111:29:TestStaticMethod.func:Too many positional arguments for staticmethod call:UNDEFINED | ||
too-many-function-args:119:8:119:27:TypeCheckConstructor.test:Too many positional arguments for constructor call:UNDEFINED | ||
no-value-for-parameter:121:8:121:20:TypeCheckConstructor.test:No value for argument 'first' in constructor call:UNDEFINED | ||
no-value-for-parameter:121:8:121:20:TypeCheckConstructor.test:No value for argument 'second' in constructor call:UNDEFINED | ||
no-value-for-parameter:122:8:122:29:TypeCheckConstructor.test:No value for argument 'second' in constructor call:UNDEFINED | ||
unexpected-keyword-arg:122:8:122:29:TypeCheckConstructor.test:Unexpected keyword argument 'lala' in constructor call:UNDEFINED | ||
no-value-for-parameter:133:8:133:18:Test.test:No value for argument 'icon' in method call:UNDEFINED | ||
too-many-function-args:134:8:134:25:Test.test:Too many positional arguments for method call:UNDEFINED | ||
no-value-for-parameter:136:0:136:12::No value for argument 'icon' in method call:UNDEFINED | ||
no-value-for-parameter:163:4:163:29:no_context_but_redefined:No value for argument 'three' in function call:UNDEFINED | ||
no-value-for-parameter:163:4:163:29:no_context_but_redefined:No value for argument 'two' in function call:UNDEFINED | ||
no-value-for-parameter:166:4:166:22:no_context_one_elem:No value for argument 'three' in function call:UNDEFINED | ||
no-value-for-parameter:166:4:166:22:no_context_one_elem:No value for argument 'two' in function call:UNDEFINED | ||
unexpected-keyword-arg:202:23:202:56:namedtuple_replace_issue_1036:Unexpected keyword argument 'd' in method call:UNDEFINED | ||
unexpected-keyword-arg:202:23:202:56:namedtuple_replace_issue_1036:Unexpected keyword argument 'e' in method call:UNDEFINED | ||
no-value-for-parameter:215:0:215:24::No value for argument 'third' in function call:UNDEFINED | ||
no-value-for-parameter:216:0:216:30::No value for argument 'second' in function call:UNDEFINED | ||
unexpected-keyword-arg:217:0:217:43::Unexpected keyword argument 'fourth' in function call:UNDEFINED | ||
no-value-for-parameter:47:0:47:16::No value for argument 'first_argument' in function call:UNDEFINED | ||
too-many-function-args:48:0:48:25::Too many positional arguments for function call:UNDEFINED | ||
no-value-for-parameter:50:0:50:25::No value for argument 'third_argument' in function call:UNDEFINED | ||
no-value-for-parameter:52:0:52:17::No value for argument 'first_argument' in function call:UNDEFINED | ||
no-value-for-parameter:52:0:52:17::No value for argument 'second_argument' in function call:UNDEFINED | ||
no-value-for-parameter:52:0:52:17::No value for argument 'third_argument' in function call:UNDEFINED | ||
too-many-function-args:54:0:54:41::Too many positional arguments for function call:UNDEFINED | ||
no-value-for-parameter:59:0:59:21::No value for argument 'first_argument' in function call:UNDEFINED | ||
unexpected-keyword-arg:59:0:59:21::Unexpected keyword argument 'bob' in function call:UNDEFINED | ||
unexpected-keyword-arg:60:0:60:40::Unexpected keyword argument 'coin' in function call:UNDEFINED | ||
redundant-keyword-arg:62:0:62:30::Argument 'one' passed by position and keyword in function call:UNDEFINED | ||
no-value-for-parameter:67:0:67:8::No value for argument 'arg' in lambda call:UNDEFINED | ||
no-value-for-parameter:72:4:72:24:method_tests:No value for argument 'arg' in staticmethod call:UNDEFINED | ||
no-value-for-parameter:73:4:73:29:method_tests:No value for argument 'arg' in staticmethod call:UNDEFINED | ||
no-value-for-parameter:75:4:75:23:method_tests:No value for argument 'arg' in classmethod call:UNDEFINED | ||
no-value-for-parameter:76:4:76:28:method_tests:No value for argument 'arg' in classmethod call:UNDEFINED | ||
no-value-for-parameter:78:4:78:17:method_tests:No value for argument 'arg' in method call:UNDEFINED | ||
no-value-for-parameter:79:4:79:26:method_tests:No value for argument 'arg' in unbound method call:UNDEFINED | ||
no-value-for-parameter:81:4:81:27:method_tests:No value for argument 'arg' in method call:UNDEFINED | ||
no-value-for-parameter:82:4:82:36:method_tests:No value for argument 'arg' in unbound method call:UNDEFINED | ||
no-value-for-parameter:111:8:111:19:TestStaticMethod.func:No value for argument 'first' in staticmethod call:UNDEFINED | ||
too-many-function-args:112:8:112:29:TestStaticMethod.func:Too many positional arguments for staticmethod call:UNDEFINED | ||
too-many-function-args:120:8:120:27:TypeCheckConstructor.test:Too many positional arguments for constructor call:UNDEFINED | ||
no-value-for-parameter:122:8:122:20:TypeCheckConstructor.test:No value for argument 'first' in constructor call:UNDEFINED | ||
no-value-for-parameter:122:8:122:20:TypeCheckConstructor.test:No value for argument 'second' in constructor call:UNDEFINED | ||
no-value-for-parameter:123:8:123:29:TypeCheckConstructor.test:No value for argument 'second' in constructor call:UNDEFINED | ||
unexpected-keyword-arg:123:8:123:29:TypeCheckConstructor.test:Unexpected keyword argument 'lala' in constructor call:UNDEFINED | ||
no-value-for-parameter:134:8:134:18:Test.test:No value for argument 'icon' in method call:UNDEFINED | ||
too-many-function-args:135:8:135:25:Test.test:Too many positional arguments for method call:UNDEFINED | ||
no-value-for-parameter:137:0:137:12::No value for argument 'icon' in method call:UNDEFINED | ||
no-value-for-parameter:164:4:164:29:no_context_but_redefined:No value for argument 'three' in function call:UNDEFINED | ||
no-value-for-parameter:164:4:164:29:no_context_but_redefined:No value for argument 'two' in function call:UNDEFINED | ||
no-value-for-parameter:167:4:167:22:no_context_one_elem:No value for argument 'three' in function call:UNDEFINED | ||
no-value-for-parameter:167:4:167:22:no_context_one_elem:No value for argument 'two' in function call:UNDEFINED | ||
unexpected-keyword-arg:203:23:203:56:namedtuple_replace_issue_1036:Unexpected keyword argument 'd' in method call:UNDEFINED | ||
unexpected-keyword-arg:203:23:203:56:namedtuple_replace_issue_1036:Unexpected keyword argument 'e' in method call:UNDEFINED | ||
no-value-for-parameter:216:0:216:24::No value for argument 'third' in function call:UNDEFINED | ||
no-value-for-parameter:217:0:217:30::No value for argument 'second' in function call:UNDEFINED | ||
unexpected-keyword-arg:218:0:218:43::Unexpected keyword argument 'fourth' in function call:UNDEFINED |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
used-before-assignment:21:7:21:12::Using variable 'err_a' before assignment:HIGH | ||
used-before-assignment:22:6:22:11::Using variable 'err_b' before assignment:HIGH | ||
used-before-assignment:24:13:24:18::Using variable 'err_d' before assignment:HIGH | ||
used-before-assignment:22:7:22:12::Using variable 'err_a' before assignment:HIGH | ||
used-before-assignment:23:6:23:11::Using variable 'err_b' before assignment:HIGH | ||
used-before-assignment:25:13:25:18::Using variable 'err_d' before assignment:HIGH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/functional/i/invalid/invalid_getnewargs/invalid_getnewargs_ex_returned.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/functional/i/invalid/invalid_getnewargs/invalid_getnewargs_returned.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/functional/i/invalid/invalid_length/invalid_length_hint_returned.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/functional/i/invalid/invalid_length/invalid_length_returned.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/functional/m/missing/missing_parentheses_for_call_in_test.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.