Skip to content

Commit

Permalink
ignore unused flag in test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Nov 13, 2024
1 parent 94c2a8e commit de5a2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_cli/test/test_input/test_input.dart
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ PrivateCtor parsePrivateCtor(List<String> args) {
class PrivateCtor {
final bool? flag;

// ignore: unused_element
// ignore: unused_element, unused_element_parameter
PrivateCtor._({this.flag});
}

Expand Down

0 comments on commit de5a2f6

Please sign in to comment.