Skip to content

Conversation

@pq
Copy link
Contributor

@pq pq commented May 19, 2016

Quick pass at fixing a few dangling references as revealed by the new comment_references lint (dart-lang/sdk#57330).

There's a bunch more to do here before we can turn it on by default (~430 lints as of now). Many of them are a simple matter of adding an import (e.g., dart:async for library docs that reference Future) but others will require a bit of thought. Probably best done by the folks writing the code. :)

Quick pass at fixing a few dangling references as revealed by the new `comment_references` lint (https://github.com/dart-lang/linter/issues/240).

There's a bunch more to do here before we can turn it on by default (~430 lints as of now).  Many of them are a simple matter of adding an import (e.g., `dart:async` for library docs that reference `Future`) but others will require a bit of thought.  Probably best done by the folks writing the code. :)
@pq
Copy link
Contributor Author

pq commented May 19, 2016

cc @abarth @Hixie

@pq
Copy link
Contributor Author

pq commented May 19, 2016

FYI @sethladd since I know you care about maintaining the docs.

@Hixie
Copy link
Contributor

Hixie commented May 19, 2016

LGTM

@pq pq merged commit 8109bde into flutter:master May 19, 2016
@pq pq deleted the comment_refs branch August 11, 2016 17:31
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants