-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Analyzer should catch dangling [Foo] references in dartdocs #26158
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
Comments
There is some work in progress, which was not actually finished. |
Given the possible (undesired) impact, maybe this should be a lint? |
cc @bwilkerson : what do you think about migrating this to a lint? |
@scheglov : how do you feel about us moving this over to a lint? |
Sorry, I missed the earlier ping. I think that, hint or lint, we need to clean up the false positives as much as possible first. I don't remember: are we currently treating square brackets within code as references and trying to resolve them? I don't think we want to do that, whether for this rule or for anything else (like navigation or refactoring). So I think we should take care of that problem independent of what happens to this rule. |
@bwilkerson We remove code blocks while resolving comments. |
If it's a lint, it would actually help with removing false positives, since we could turn it on only when we're specifically looking at this. |
Closing in favor of the lint request, in progress and tracked yonder: #57330. |
No description provided.
The text was updated successfully, but these errors were encountered: