Dartdoc warnings (#137077)

Follow-up to https://github.com/flutter/flutter/pull/136975.
diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml
index 545194e..d628180 100644
--- a/dartdoc_options.yaml
+++ b/dartdoc_options.yaml
@@ -36,6 +36,6 @@
     - 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