dart-lang / linter

Linter for Dart.
https://dart.dev/tools/linter-rules
BSD 3-Clause "New" or "Revised" License
628 stars 172 forks source link

Make descriptions more consistent in using code-quotes. #4964

Closed lrhn closed 1 month ago

lrhn commented 1 month ago

Use markdown code quotes for keywords and types more consistently. Rephrase some descriptions as drive-by-fixups.

Removed (deprecated-member-using) case for == in extensions, since extensions cannot declare == operators.

srawlins commented 1 month ago

I love it. I think this is all correct. But the linter source is maintained in the Dart SDK repo now. :/ I think we're not sure how to turn off PRs for this repo.

lrhn commented 1 month ago

That was the conclusion I came to too, after failing to make tests run. So I made: https://dart-review.googlesource.com/c/sdk/+/365460