We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0e3dc commit 3347b39Copy full SHA for 3347b39
tool/grind.dart
@@ -959,6 +959,8 @@ Future<void> testDartdocFlutterPlugin() async {
959
@Task('Validate the SDK doc build.')
960
@Depends(buildSdkDocs)
961
void validateSdkDocs() {
962
+ // TODO(jcollins-g): Remove flexibility in library counts once dev build
963
+ // includes https://dart-review.googlesource.com/c/sdk/+/93160
964
const expectedLibCounts = [0, 1];
965
const expectedSubLibCount = [19, 20];
966
const expectedTotalCount = [19, 20];
0 commit comments