Unverified Commit 4007ff6e authored by Janice Collins's avatar Janice Collins Committed by GitHub

Update dartdoc to 0.28.0 and add flags to constrain warnings (#26546)

parent cf4c9031
......@@ -103,7 +103,7 @@ if [[ -d "$FLUTTER_PUB_CACHE" ]]; then
fi
# Install and activate dartdoc.
"$PUB" global activate dartdoc 0.27.0
"$PUB" global activate dartdoc 0.28.0
# This script generates a unified doc set, and creates
# a custom index.html, placing everything into dev/docs/doc.
......
......@@ -137,6 +137,14 @@ Future<void> main(List<String> arguments) async {
'--header', 'snippets.html',
'--header', 'opensearch.html',
'--footer-text', 'lib/footer.html',
'--allow-warnings-in-packages', <String>[
'Flutter',
'flutter',
'platform_integration',
'flutter_test',
'flutter_driver',
'flutter_localizations',
].join(','),
'--exclude-packages',
<String>[
'analyzer',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment