Skip to content

Commit 58b6478

Browse files
authored
Dartdoc warnings (flutter#137077)
Follow-up to flutter#136975.
1 parent 92fd063 commit 58b6478

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dartdoc_options.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ dartdoc:
3636
- unknown-macro
3737
- unresolved-doc-reference
3838
## Ignores that are elevated to errors:
39-
# - type-as-html # not yet tested
40-
# - missing-constant-constructor # not yet tested
41-
# - missing-code-block-language # not yet tested
39+
# - type-as-html # broken, https://github.com/dart-lang/dartdoc/issues/3545
40+
- missing-constant-constructor
41+
# - missing-code-block-language # blocked on https://github.com/dart-lang/matcher/pull/230

0 commit comments

Comments
 (0)