Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a false negative for duplicate-argument-name #9670

Prev Previous commit
Next Next commit
Update functional test output by adding quotes to the duplicate argument
name.
  • Loading branch information
mbyrnepr2 committed May 22, 2024
commit a4d10365c3cd1d47e5c544add7cba5f680ade4c8
2 changes: 1 addition & 1 deletion tests/functional/a/async_functions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 5,6 @@ too-many-arguments:26:0:26:26:complex_function:Too many arguments (10/5):UNDEFIN
too-many-branches:26:0:26:26:complex_function:Too many branches (13/12):UNDEFINED
too-many-return-statements:26:0:26:26:complex_function:Too many return statements (10/6):UNDEFINED
dangerous-default-value:59:0:59:14:func:Dangerous default value [] as argument:UNDEFINED
duplicate-argument-name:59:18:59:19:func:Duplicate argument name a in function definition:HIGH
duplicate-argument-name:59:18:59:19:func:Duplicate argument name 'a' in function definition:HIGH
disallowed-name:64:0:64:13:foo:"Disallowed name ""foo""":HIGH
empty-docstring:64:0:64:13:foo:Empty function docstring:HIGH
Loading