Unverified Commit c22b7f69 authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Add avoid_redundant_argument_values ignores back (#108984)

parent 74aef9ff
...@@ -547,7 +547,7 @@ void main() { ...@@ -547,7 +547,7 @@ void main() {
'-w', '1', '-w', '1',
'testhostname', 'testhostname',
], ],
postBuildCommand: null, postBuildCommand: null, // ignore: avoid_redundant_argument_values
installCommand: const <String>[ installCommand: const <String>[
'scp', 'scp',
'-r', '-r',
...@@ -637,7 +637,7 @@ void main() { ...@@ -637,7 +637,7 @@ void main() {
'-w', '1', '-w', '1',
'192.168.178.1', '192.168.178.1',
], ],
postBuildCommand: null, postBuildCommand: null, // ignore: avoid_redundant_argument_values
installCommand: const <String>[ installCommand: const <String>[
'scp', 'scp',
'-r', '-r',
...@@ -727,7 +727,7 @@ void main() { ...@@ -727,7 +727,7 @@ void main() {
'-w', '1', '-w', '1',
'::1', '::1',
], ],
postBuildCommand: null, postBuildCommand: null, // ignore: avoid_redundant_argument_values
installCommand: const <String>[ installCommand: const <String>[
'scp', 'scp',
'-r', '-r',
...@@ -821,7 +821,7 @@ void main() { ...@@ -821,7 +821,7 @@ void main() {
'-w', '1', '-w', '1',
'testhostname', 'testhostname',
], ],
postBuildCommand: null, postBuildCommand: null, // ignore: avoid_redundant_argument_values
installCommand: <String>[ installCommand: <String>[
'scp', 'scp',
'-r', '-r',
...@@ -901,7 +901,7 @@ void main() { ...@@ -901,7 +901,7 @@ void main() {
'-w', '1', '-w', '1',
'testhostname', 'testhostname',
], ],
postBuildCommand: null, postBuildCommand: null, // ignore: avoid_redundant_argument_values
installCommand: const <String>[ installCommand: const <String>[
'scp', 'scp',
'-r', '-r',
...@@ -1226,7 +1226,7 @@ void main() { ...@@ -1226,7 +1226,7 @@ void main() {
'testhostname', 'testhostname',
], ],
pingSuccessRegex: RegExp(r'[<=]\d+ms'), pingSuccessRegex: RegExp(r'[<=]\d+ms'),
postBuildCommand: null, postBuildCommand: null, // ignore: avoid_redundant_argument_values
installCommand: const <String>[ installCommand: const <String>[
'scp', 'scp',
'-r', '-r',
......
...@@ -68,10 +68,10 @@ void main() { ...@@ -68,10 +68,10 @@ void main() {
); );
releaseAssetServer = ReleaseAssetServer( releaseAssetServer = ReleaseAssetServer(
globals.fs.file('main.dart').uri, globals.fs.file('main.dart').uri,
fileSystem: null, fileSystem: null, // ignore: avoid_redundant_argument_values
flutterRoot: null, flutterRoot: null, // ignore: avoid_redundant_argument_values
platform: null, platform: null, // ignore: avoid_redundant_argument_values
webBuildDirectory: null, webBuildDirectory: null, // ignore: avoid_redundant_argument_values
basePath: null, basePath: null,
); );
}, overrides: <Type, Generator>{ }, overrides: <Type, Generator>{
...@@ -662,7 +662,7 @@ void main() { ...@@ -662,7 +662,7 @@ void main() {
hostname: 'localhost', hostname: 'localhost',
port: 0, port: 0,
packagesFilePath: '.packages', packagesFilePath: '.packages',
urlTunneller: null, urlTunneller: null, // ignore: avoid_redundant_argument_values
useSseForDebugProxy: true, useSseForDebugProxy: true,
useSseForDebugBackend: true, useSseForDebugBackend: true,
useSseForInjectedClient: true, useSseForInjectedClient: true,
...@@ -678,8 +678,8 @@ void main() { ...@@ -678,8 +678,8 @@ void main() {
enableDds: false, enableDds: false,
entrypoint: Uri.base, entrypoint: Uri.base,
testMode: true, testMode: true,
expressionCompiler: null, expressionCompiler: null, // ignore: avoid_redundant_argument_values
chromiumLauncher: null, chromiumLauncher: null, // ignore: avoid_redundant_argument_values
nullSafetyMode: NullSafetyMode.unsound, nullSafetyMode: NullSafetyMode.unsound,
); );
webDevFS.requireJS.createSync(recursive: true); webDevFS.requireJS.createSync(recursive: true);
...@@ -775,7 +775,7 @@ void main() { ...@@ -775,7 +775,7 @@ void main() {
hostname: 'localhost', hostname: 'localhost',
port: 0, port: 0,
packagesFilePath: '.packages', packagesFilePath: '.packages',
urlTunneller: null, urlTunneller: null, // ignore: avoid_redundant_argument_values
useSseForDebugProxy: true, useSseForDebugProxy: true,
useSseForDebugBackend: true, useSseForDebugBackend: true,
useSseForInjectedClient: true, useSseForInjectedClient: true,
...@@ -790,8 +790,8 @@ void main() { ...@@ -790,8 +790,8 @@ void main() {
enableDds: false, enableDds: false,
entrypoint: Uri.base, entrypoint: Uri.base,
testMode: true, testMode: true,
expressionCompiler: null, expressionCompiler: null, // ignore: avoid_redundant_argument_values
chromiumLauncher: null, chromiumLauncher: null, // ignore: avoid_redundant_argument_values
nullSafetyMode: NullSafetyMode.sound, nullSafetyMode: NullSafetyMode.sound,
); );
webDevFS.requireJS.createSync(recursive: true); webDevFS.requireJS.createSync(recursive: true);
...@@ -881,7 +881,7 @@ void main() { ...@@ -881,7 +881,7 @@ void main() {
hostname: 'any', hostname: 'any',
port: 0, port: 0,
packagesFilePath: '.packages', packagesFilePath: '.packages',
urlTunneller: null, urlTunneller: null, // ignore: avoid_redundant_argument_values
useSseForDebugProxy: true, useSseForDebugProxy: true,
useSseForDebugBackend: true, useSseForDebugBackend: true,
useSseForInjectedClient: true, useSseForInjectedClient: true,
...@@ -890,8 +890,8 @@ void main() { ...@@ -890,8 +890,8 @@ void main() {
enableDds: false, enableDds: false,
entrypoint: Uri.base, entrypoint: Uri.base,
testMode: true, testMode: true,
expressionCompiler: null, expressionCompiler: null, // ignore: avoid_redundant_argument_values
chromiumLauncher: null, chromiumLauncher: null, // ignore: avoid_redundant_argument_values
nullAssertions: true, nullAssertions: true,
nativeNullAssertions: true, nativeNullAssertions: true,
nullSafetyMode: NullSafetyMode.sound, nullSafetyMode: NullSafetyMode.sound,
...@@ -916,7 +916,7 @@ void main() { ...@@ -916,7 +916,7 @@ void main() {
hostname: 'localhost', hostname: 'localhost',
port: 0, port: 0,
packagesFilePath: '.packages', packagesFilePath: '.packages',
urlTunneller: null, urlTunneller: null, // ignore: avoid_redundant_argument_values
useSseForDebugProxy: true, useSseForDebugProxy: true,
useSseForDebugBackend: true, useSseForDebugBackend: true,
useSseForInjectedClient: true, useSseForInjectedClient: true,
...@@ -934,8 +934,8 @@ void main() { ...@@ -934,8 +934,8 @@ void main() {
enableDds: false, enableDds: false,
entrypoint: Uri.base, entrypoint: Uri.base,
testMode: true, testMode: true,
expressionCompiler: null, expressionCompiler: null, // ignore: avoid_redundant_argument_values
chromiumLauncher: null, chromiumLauncher: null, // ignore: avoid_redundant_argument_values
nullSafetyMode: NullSafetyMode.sound, nullSafetyMode: NullSafetyMode.sound,
); );
webDevFS.requireJS.createSync(recursive: true); webDevFS.requireJS.createSync(recursive: true);
...@@ -959,7 +959,7 @@ void main() { ...@@ -959,7 +959,7 @@ void main() {
hostname: 'localhost', hostname: 'localhost',
port: 0, port: 0,
packagesFilePath: '.packages', packagesFilePath: '.packages',
urlTunneller: null, urlTunneller: null, // ignore: avoid_redundant_argument_values
useSseForDebugProxy: true, useSseForDebugProxy: true,
useSseForDebugBackend: true, useSseForDebugBackend: true,
useSseForInjectedClient: true, useSseForInjectedClient: true,
...@@ -977,8 +977,8 @@ void main() { ...@@ -977,8 +977,8 @@ void main() {
enableDds: false, enableDds: false,
entrypoint: Uri.base, entrypoint: Uri.base,
testMode: true, testMode: true,
expressionCompiler: null, expressionCompiler: null, // ignore: avoid_redundant_argument_values
chromiumLauncher: null, chromiumLauncher: null, // ignore: avoid_redundant_argument_values
nullSafetyMode: NullSafetyMode.sound, nullSafetyMode: NullSafetyMode.sound,
); );
webDevFS.requireJS.createSync(recursive: true); webDevFS.requireJS.createSync(recursive: true);
...@@ -1069,7 +1069,7 @@ void main() { ...@@ -1069,7 +1069,7 @@ void main() {
hostname: 'localhost', hostname: 'localhost',
port: 0, port: 0,
packagesFilePath: '.packages', packagesFilePath: '.packages',
urlTunneller: null, urlTunneller: null, // ignore: avoid_redundant_argument_values
useSseForDebugProxy: true, useSseForDebugProxy: true,
useSseForDebugBackend: true, useSseForDebugBackend: true,
useSseForInjectedClient: true, useSseForInjectedClient: true,
...@@ -1080,8 +1080,8 @@ void main() { ...@@ -1080,8 +1080,8 @@ void main() {
enableDds: false, enableDds: false,
entrypoint: Uri.base, entrypoint: Uri.base,
testMode: true, testMode: true,
expressionCompiler: null, expressionCompiler: null, // ignore: avoid_redundant_argument_values
chromiumLauncher: null, chromiumLauncher: null, // ignore: avoid_redundant_argument_values
nullSafetyMode: NullSafetyMode.unsound, nullSafetyMode: NullSafetyMode.unsound,
); );
webDevFS.requireJS.createSync(recursive: true); webDevFS.requireJS.createSync(recursive: true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment