mirror of
https://github.com/flutter/packages.git
synced 2025-08-06 17:28:42 +08:00
Add false secret lists, and enforce ordering (#4372)
This commit is contained in:
@ -39,6 +39,7 @@ class PubspecCheckCommand extends PackageLoopingCommand {
|
||||
'flutter:',
|
||||
'dependencies:',
|
||||
'dev_dependencies:',
|
||||
'false_secrets:',
|
||||
];
|
||||
|
||||
static const List<String> _majorPackageSections = <String>[
|
||||
@ -46,6 +47,7 @@ class PubspecCheckCommand extends PackageLoopingCommand {
|
||||
'dependencies:',
|
||||
'dev_dependencies:',
|
||||
'flutter:',
|
||||
'false_secrets:',
|
||||
];
|
||||
|
||||
static const String _expectedIssueLinkFormat =
|
||||
|
Reference in New Issue
Block a user