-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
omit_local_variable_types conflicts with --no-implicit-dynamic #57710
Comments
/cc @bwilkerson |
Linter rules and analyzer modes can conflict. What is the bug and what would you like the fix to be? |
At the time I wanted |
I see. So in this example: dynamic x = 0;
dynamic y = x; you'd like |
Is the proposal to make this conditional on whether |
In my opinion it doesn't need to be conditional. |
@bwilkerson: any thoughts/reservations? |
The purpose of this rule is to enforce the style guide. I don't know whether the style guide has changed since I last looked at it, but it seems to me that making |
Specifically this conflicts with
strong_mode_implicit_dynamic_variable
.The text was updated successfully, but these errors were encountered: