Skip to content

Update avoid_redundant_argument_values for named arguments anywhere #58575

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

Closed
Tracked by #58562
scheglov opened this issue Dec 2, 2021 · 0 comments · Fixed by dart-archive/linter#3083
Closed
Tracked by #58562
Labels
devexp-linter Issues with the analyzer's support for the linter package legacy-area-analyzer Use area-devexp instead. linter-new-language-feature

Comments

@scheglov
Copy link
Contributor

scheglov commented Dec 2, 2021

No lint for:

void foo(int a, int b, {bool c = true}) {}

void f() {
  foo(0, c: true, 1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devexp-linter Issues with the analyzer's support for the linter package legacy-area-analyzer Use area-devexp instead. linter-new-language-feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants