Uncomments avoid_redundant_argument_values in analysis_options.yaml (#6163)

This commit is contained in:
Rodrigues
2022-08-09 02:52:06 +03:00
committed by GitHub
parent 2b712593b4
commit d20563f6f4
17 changed files with 29 additions and 46 deletions

View File

@ -146,7 +146,7 @@ void main() {
]);
processRunner.mockProcessesForExecutable['dart'] = <io.Process>[
MockProcess(exitCode: 0), // pub get
MockProcess(), // pub get
MockProcess(exitCode: 1), // test script
];
@ -306,7 +306,7 @@ void main() {
]);
processRunner.mockProcessesForExecutable['dart'] = <io.Process>[
MockProcess(exitCode: 0), // pub get
MockProcess(), // pub get
MockProcess(exitCode: 1), // test script
];