Remove cli_utils from allow-list (#99037)

This commit is contained in:
Jenn Magder 2022-02-23 18:54:23 -08:00 committed by GitHub
parent 533a5dde96
commit 0eae276e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@ const Set<String> kCorePackageAllowList = <String>{
'boolean_selector',
'characters',
'charcode',
'cli_util',
'clock',
'collection',
'convert',

View File

@ -173,7 +173,6 @@ Future<void> main(List<String> arguments) async {
'analyzer',
'args',
'barback',
'cli_util',
'csslib',
'flutter_goldens',
'flutter_goldens_client',