Skip to content
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

overhaul unused doc comments lint #57882

Merged
merged 2 commits into from Mar 9, 2019
Merged

Commits on Mar 8, 2019

  1. improve unused doc comment diagnostic reporting

    Report all unused attributes on a given doc comment instead of just the
    first one, and extend the span of sugared doc comments to encompass the
    whole comment.
    euclio committed Mar 8, 2019
    Copy the full SHA
    018d4d2 View commit details
    Browse the repository at this point in the history
  2. expand unused doc comment diagnostic

    Report the diagnostic on macro expansions, and add a label indicating
    why the comment is unused.
    euclio committed Mar 8, 2019
    Copy the full SHA
    daf80f7 View commit details
    Browse the repository at this point in the history