mirror of
https://github.com/flutter/packages.git
synced 2025-06-27 13:19:06 +08:00
Uncomments avoid_redundant_argument_values in analysis_options.yaml (#6163)
This commit is contained in:
@ -223,12 +223,9 @@ void main() {
|
||||
'plugin',
|
||||
packagesDir,
|
||||
platformSupport: <String, PlatformDetails>{
|
||||
platformLinux: const PlatformDetails(PlatformSupport.inline,
|
||||
hasNativeCode: true, hasDartCode: true),
|
||||
platformMacOS: const PlatformDetails(PlatformSupport.inline,
|
||||
hasNativeCode: true, hasDartCode: true),
|
||||
platformWindows: const PlatformDetails(PlatformSupport.inline,
|
||||
hasNativeCode: true, hasDartCode: true),
|
||||
platformLinux: const PlatformDetails(PlatformSupport.inline, hasDartCode: true),
|
||||
platformMacOS: const PlatformDetails(PlatformSupport.inline, hasDartCode: true),
|
||||
platformWindows: const PlatformDetails(PlatformSupport.inline, hasDartCode: true),
|
||||
},
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user