[tools] Validate example READMEs (#5775)

This commit is contained in:
stuartmorgan
2022-05-17 20:32:10 -04:00
committed by GitHub
parent 5f2b2300ef
commit 517d3761f2
10 changed files with 374 additions and 98 deletions

View File

@ -64,7 +64,8 @@ class PubspecCheckCommand extends PackageLoopingCommand {
bool get hasLongOutput => false;
@override
bool get includeSubpackages => true;
PackageLoopingType get packageLoopingType =>
PackageLoopingType.includeAllSubpackages;
@override
Future<PackageResult> runForPackage(RepositoryPackage package) async {