fix some unintended HTML tags in docs (#153507)

I used the `unintended_html_in_doc_comment` to find these, but sadly the lint is not ready to be enabled yet due to https://github.com/dart-lang/linter/issues/5065.
This commit is contained in:
Michael Goderbauer
2024-08-16 16:17:14 -07:00
committed by GitHub
parent 887afe2adf
commit d9dbefc949
6 changed files with 9 additions and 9 deletions

View File

@@ -208,7 +208,7 @@ linter:
- type_init_formals
- type_literal_in_constant_pattern
# - unawaited_futures # too many false positives, especially with the way AnimationController works
# - unintended_html_in_doc_comment # not yet tested
# - unintended_html_in_doc_comment # blocked on https://github.com/dart-lang/linter/issues/5065
- unnecessary_await_in_return
- unnecessary_brace_in_string_interps
- unnecessary_breaks