Bump dartdoc to 0.34.0 (#66048)
This commit is contained in:
parent
68fd603dd0
commit
923eb765f0
@ -16,6 +16,7 @@ dartdoc:
|
|||||||
# Default errors of dartdoc:
|
# Default errors of dartdoc:
|
||||||
- duplicate-file
|
- duplicate-file
|
||||||
- invalid-parameter
|
- invalid-parameter
|
||||||
|
- no-defining-library-found
|
||||||
- tool-error
|
- tool-error
|
||||||
- unresolved-export
|
- unresolved-export
|
||||||
# Warnings that are elevated to errors:
|
# Warnings that are elevated to errors:
|
||||||
@ -23,6 +24,7 @@ dartdoc:
|
|||||||
- ambiguous-reexport
|
- ambiguous-reexport
|
||||||
- broken-link
|
- broken-link
|
||||||
- category-order-gives-missing-package-name
|
- category-order-gives-missing-package-name
|
||||||
|
- deprecated
|
||||||
- ignored-canonical-for
|
- ignored-canonical-for
|
||||||
- missing-from-search-index
|
- missing-from-search-index
|
||||||
- no-canonical-found
|
- no-canonical-found
|
||||||
@ -30,6 +32,7 @@ dartdoc:
|
|||||||
- not-implemented
|
- not-implemented
|
||||||
- orphaned-file
|
- orphaned-file
|
||||||
- reexported-private-api-across-packages
|
- reexported-private-api-across-packages
|
||||||
|
# - unknown-directive # Disabled due to https://github.com/dart-lang/dartdoc/issues/2353
|
||||||
- unknown-file
|
- unknown-file
|
||||||
- unknown-macro
|
- unknown-macro
|
||||||
- unresolved-doc-reference
|
- unresolved-doc-reference
|
||||||
|
@ -37,7 +37,9 @@ function script_location() {
|
|||||||
|
|
||||||
function generate_docs() {
|
function generate_docs() {
|
||||||
# Install and activate dartdoc.
|
# Install and activate dartdoc.
|
||||||
"$PUB" global activate dartdoc 0.32.4
|
# NOTE: When updating to a new dartdoc version, please also update
|
||||||
|
# `dartdoc_options.yaml` to include newly introduced error and warning types.
|
||||||
|
"$PUB" global activate dartdoc 0.34.0
|
||||||
|
|
||||||
# This script generates a unified doc set, and creates
|
# This script generates a unified doc set, and creates
|
||||||
# a custom index.html, placing everything into dev/docs/doc.
|
# a custom index.html, placing everything into dev/docs/doc.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user