Dartdoc warnings (#137077)

Follow-up to https://github.com/flutter/flutter/pull/136975.
This commit is contained in:
Michael Goderbauer 2023-10-23 15:59:59 -07:00 committed by GitHub
parent 92fd0634cd
commit 58b647812e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,6 @@ dartdoc:
- unknown-macro
- unresolved-doc-reference
## Ignores that are elevated to errors:
# - type-as-html # not yet tested
# - missing-constant-constructor # not yet tested
# - missing-code-block-language # not yet tested
# - type-as-html # broken, https://github.com/dart-lang/dartdoc/issues/3545
- missing-constant-constructor
# - missing-code-block-language # blocked on https://github.com/dart-lang/matcher/pull/230