From 58b647812edecaf15802b21cff99aea48de3d076 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Mon, 23 Oct 2023 15:59:59 -0700 Subject: [PATCH] Dartdoc warnings (#137077) Follow-up to https://github.com/flutter/flutter/pull/136975. --- dartdoc_options.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index 545194efe0..d628180abb 100644 --- a/dartdoc_options.yaml +++ b/dartdoc_options.yaml @@ -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