From 508be6f8e2abca0fb45d5f2feca02614518f3bdb Mon Sep 17 00:00:00 2001 From: Konstantin Scheglov Date: Fri, 5 Aug 2022 12:55:23 -0700 Subject: [PATCH] Ignore one avoid_redundant_argument_values, requires linter fix. (#109049) --- .../android_semantics_testing/lib/src/tests/controls_page.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev/integration_tests/android_semantics_testing/lib/src/tests/controls_page.dart b/dev/integration_tests/android_semantics_testing/lib/src/tests/controls_page.dart index 1df9e298f4..3d4cda7e57 100644 --- a/dev/integration_tests/android_semantics_testing/lib/src/tests/controls_page.dart +++ b/dev/integration_tests/android_semantics_testing/lib/src/tests/controls_page.dart @@ -68,6 +68,8 @@ class _SelectionControlsPageState extends State { const Checkbox( key: checkbox2Key, value: false, + // TODO(scheglov): Requires linter fix, https://github.com/dart-lang/sdk/issues/49596. + // ignore: avoid_redundant_argument_values onChanged: null, ), ],