Skip to content

Commit 508be6f

Browse files
authored
Ignore one avoid_redundant_argument_values, requires linter fix. (#109049)
1 parent de8a2fa commit 508be6f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dev/integration_tests/android_semantics_testing/lib/src/tests/controls_page.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ class _SelectionControlsPageState extends State<SelectionControlsPage> {
6868
const Checkbox(
6969
key: checkbox2Key,
7070
value: false,
71+
// TODO(scheglov): Requires linter fix, https://github.com/dart-lang/sdk/issues/49596.
72+
// ignore: avoid_redundant_argument_values
7173
onChanged: null,
7274
),
7375
],

0 commit comments

Comments
 (0)