-
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
documentation for strong-mode
rules
#48650
Comments
Is there a reason you want to use the We are still documenting I think the actionable work here is probably to introduce diagnostics that the |
is there a |
I believe it is If you find any cases that are missing or could be caught but aren't, opening an SDK issue would be great :) |
raised #48651 |
The |
I think this can be closed since the strong-mode rules were deprecated/removed in Dart 3 and the strict language modes are documented in https://dart.dev/guides/language/analysis-options#enabling-additional-type-checks :) Edit: Never mind, looks like the removal was reverted in 94f20d7. Either way, we likely shouldn't document these deprecated modes. |
I'm going to close this as the replacement strict language modes are documented at https://dart.dev/tools/analysis#enabling-additional-type-checks and #50679 is tracking removing the old Please open an issue on site-www if you'd like to see any further improvements to the docs. Thanks! |
Describe the issue
there seems to be no documentatioin for the
analyzer.strong-mode
options. though theimplicit-casts
option is mentioned briefly here, i can't seem to find any documentation for the other options.i think there are 2 more (
implicit-dynamic
anddeclaration-casts
)The text was updated successfully, but these errors were encountered: