mirror of
https://github.com/flutter/packages.git
synced 2025-08-06 17:28:42 +08:00
[tools] Validate example READMEs (#5775)
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user