Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 4e41519

Browse files
committed
all
1 parent 3f40668 commit 4e41519

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/rules/all.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ import 'missing_whitespace_between_adjacent_strings_test.dart'
5151
as missing_whitespace_between_adjacent_strings;
5252
import 'non_constant_identifier_names_test.dart'
5353
as non_constant_identifier_names;
54+
import 'non_nullable_equals_parameter_test.dart'
55+
as non_nullable_equals_parameter;
5456
import 'null_closures_test.dart' as null_closures;
5557
import 'omit_local_variable_types_test.dart' as omit_local_variable_types;
5658
import 'overridden_fields_test.dart' as overridden_fields;
@@ -130,6 +132,7 @@ void main() {
130132
literal_only_boolean_expressions.main();
131133
missing_whitespace_between_adjacent_strings.main();
132134
non_constant_identifier_names.main();
135+
non_nullable_equals_parameter.main();
133136
null_closures.main();
134137
omit_local_variable_types.main();
135138
overridden_fields.main();

0 commit comments

Comments
 (0)