Skip to content

Lint for assignment to function/method parameter #57194

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
zoechi opened this issue Mar 8, 2015 · 1 comment
Closed

Lint for assignment to function/method parameter #57194

zoechi opened this issue Mar 8, 2015 · 1 comment
Assignees
Labels
devexp-linter Issues with the analyzer's support for the linter package legacy-area-analyzer Use area-devexp instead. linter-lint-request type-enhancement A request for a change that isn't a bug

Comments

@zoechi
Copy link
Contributor

zoechi commented Mar 8, 2015

int someFunc(var p) {
  p = 1;
} 
@pq pq added type-enhancement A request for a change that isn't a bug linter-lint-request labels Mar 9, 2015
@alexeieleusis alexeieleusis self-assigned this Nov 22, 2016
@alexeieleusis
Copy link
Contributor

http://dart-lang.github.io/linter/lints/parameter_assignments.html

@devoncarew devoncarew added devexp-linter Issues with the analyzer's support for the linter package legacy-area-analyzer Use area-devexp instead. labels Nov 18, 2024
@devoncarew devoncarew transferred this issue from dart-archive/linter Nov 18, 2024
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-lint-request type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

4 participants