|
1 | 1 | # Auto-generated by `tool/labeler/pr_config.dart`
|
2 | 2 |
|
3 | 3 | set-core:
|
4 |
| -- lib/**/avoid_empty_else.dart |
5 |
| -- lib/**/avoid_relative_lib_imports.dart |
6 |
| -- lib/**/avoid_shadowing_type_parameters.dart |
7 |
| -- lib/**/avoid_types_as_parameter_names.dart |
8 |
| -- lib/**/await_only_futures.dart |
9 |
| -- lib/**/camel_case_extensions.dart |
10 |
| -- lib/**/camel_case_types.dart |
11 |
| -- lib/**/curly_braces_in_flow_control_structures.dart |
12 |
| -- lib/**/depend_on_referenced_packages.dart |
13 |
| -- lib/**/empty_catches.dart |
14 |
| -- lib/**/file_names.dart |
15 |
| -- lib/**/hash_and_equals.dart |
16 |
| -- lib/**/iterable_contains_unrelated_type.dart |
17 |
| -- lib/**/list_remove_unrelated_type.dart |
18 |
| -- lib/**/no_duplicate_case_values.dart |
19 |
| -- lib/**/non_constant_identifier_names.dart |
20 |
| -- lib/**/null_check_on_nullable_type_parameter.dart |
21 |
| -- lib/**/package_prefixed_library_names.dart |
22 |
| -- lib/**/prefer_generic_function_type_aliases.dart |
23 |
| -- lib/**/prefer_is_empty.dart |
24 |
| -- lib/**/prefer_is_not_empty.dart |
25 |
| -- lib/**/prefer_iterable_whereType.dart |
26 |
| -- lib/**/prefer_typing_uninitialized_variables.dart |
27 |
| -- lib/**/provide_deprecation_message.dart |
28 |
| -- lib/**/unnecessary_overrides.dart |
29 |
| -- lib/**/unrelated_type_equality_checks.dart |
30 |
| -- lib/**/valid_regexps.dart |
31 |
| -- lib/**/void_checks.dart |
| 4 | + - lib/**/avoid_empty_else.dart |
| 5 | + - lib/**/avoid_relative_lib_imports.dart |
| 6 | + - lib/**/avoid_shadowing_type_parameters.dart |
| 7 | + - lib/**/avoid_types_as_parameter_names.dart |
| 8 | + - lib/**/await_only_futures.dart |
| 9 | + - lib/**/camel_case_extensions.dart |
| 10 | + - lib/**/camel_case_types.dart |
| 11 | + - lib/**/curly_braces_in_flow_control_structures.dart |
| 12 | + - lib/**/depend_on_referenced_packages.dart |
| 13 | + - lib/**/empty_catches.dart |
| 14 | + - lib/**/file_names.dart |
| 15 | + - lib/**/hash_and_equals.dart |
| 16 | + - lib/**/iterable_contains_unrelated_type.dart |
| 17 | + - lib/**/list_remove_unrelated_type.dart |
| 18 | + - lib/**/no_duplicate_case_values.dart |
| 19 | + - lib/**/non_constant_identifier_names.dart |
| 20 | + - lib/**/null_check_on_nullable_type_parameter.dart |
| 21 | + - lib/**/package_prefixed_library_names.dart |
| 22 | + - lib/**/prefer_generic_function_type_aliases.dart |
| 23 | + - lib/**/prefer_is_empty.dart |
| 24 | + - lib/**/prefer_is_not_empty.dart |
| 25 | + - lib/**/prefer_iterable_whereType.dart |
| 26 | + - lib/**/prefer_typing_uninitialized_variables.dart |
| 27 | + - lib/**/provide_deprecation_message.dart |
| 28 | + - lib/**/unnecessary_overrides.dart |
| 29 | + - lib/**/unrelated_type_equality_checks.dart |
| 30 | + - lib/**/valid_regexps.dart |
| 31 | + - lib/**/void_checks.dart |
32 | 32 |
|
33 | 33 | set-recommended:
|
34 |
| -- lib/**/always_require_non_null_named_parameters.dart |
35 |
| -- lib/**/annotate_overrides.dart |
36 |
| -- lib/**/avoid_function_literals_in_foreach_calls.dart |
37 |
| -- lib/**/avoid_init_to_null.dart |
38 |
| -- lib/**/avoid_null_checks_in_equality_operators.dart |
39 |
| -- lib/**/avoid_renaming_method_parameters.dart |
40 |
| -- lib/**/avoid_return_types_on_setters.dart |
41 |
| -- lib/**/avoid_returning_null_for_void.dart |
42 |
| -- lib/**/avoid_single_cascade_in_expression_statements.dart |
43 |
| -- lib/**/constant_identifier_names.dart |
44 |
| -- lib/**/control_flow_in_finally.dart |
45 |
| -- lib/**/empty_constructor_bodies.dart |
46 |
| -- lib/**/empty_statements.dart |
47 |
| -- lib/**/exhaustive_cases.dart |
48 |
| -- lib/**/implementation_imports.dart |
49 |
| -- lib/**/library_names.dart |
50 |
| -- lib/**/library_prefixes.dart |
51 |
| -- lib/**/library_private_types_in_public_api.dart |
52 |
| -- lib/**/no_leading_underscores_for_library_prefixes.dart |
53 |
| -- lib/**/no_leading_underscores_for_local_identifiers.dart |
54 |
| -- lib/**/null_closures.dart |
55 |
| -- lib/**/overridden_fields.dart |
56 |
| -- lib/**/package_names.dart |
57 |
| -- lib/**/prefer_adjacent_string_concatenation.dart |
58 |
| -- lib/**/prefer_collection_literals.dart |
59 |
| -- lib/**/prefer_conditional_assignment.dart |
60 |
| -- lib/**/prefer_contains.dart |
61 |
| -- lib/**/prefer_equal_for_default_values.dart |
62 |
| -- lib/**/prefer_final_fields.dart |
63 |
| -- lib/**/prefer_for_elements_to_map_fromIterable.dart |
64 |
| -- lib/**/prefer_function_declarations_over_variables.dart |
65 |
| -- lib/**/prefer_if_null_operators.dart |
66 |
| -- lib/**/prefer_initializing_formals.dart |
67 |
| -- lib/**/prefer_inlined_adds.dart |
68 |
| -- lib/**/prefer_interpolation_to_compose_strings.dart |
69 |
| -- lib/**/prefer_is_not_operator.dart |
70 |
| -- lib/**/prefer_null_aware_operators.dart |
71 |
| -- lib/**/prefer_spread_collections.dart |
72 |
| -- lib/**/prefer_void_to_null.dart |
73 |
| -- lib/**/recursive_getters.dart |
74 |
| -- lib/**/slash_for_doc_comments.dart |
75 |
| -- lib/**/type_init_formals.dart |
76 |
| -- lib/**/unnecessary_brace_in_string_interps.dart |
77 |
| -- lib/**/unnecessary_const.dart |
78 |
| -- lib/**/unnecessary_constructor_name.dart |
79 |
| -- lib/**/unnecessary_getters_setters.dart |
80 |
| -- lib/**/unnecessary_late.dart |
81 |
| -- lib/**/unnecessary_new.dart |
82 |
| -- lib/**/unnecessary_null_aware_assignments.dart |
83 |
| -- lib/**/unnecessary_null_in_if_null_operators.dart |
84 |
| -- lib/**/unnecessary_nullable_for_final_variable_declarations.dart |
85 |
| -- lib/**/unnecessary_string_escapes.dart |
86 |
| -- lib/**/unnecessary_string_interpolations.dart |
87 |
| -- lib/**/unnecessary_this.dart |
88 |
| -- lib/**/use_function_type_syntax_for_parameters.dart |
89 |
| -- lib/**/use_rethrow_when_possible.dart |
| 34 | + - lib/**/always_require_non_null_named_parameters.dart |
| 35 | + - lib/**/annotate_overrides.dart |
| 36 | + - lib/**/avoid_function_literals_in_foreach_calls.dart |
| 37 | + - lib/**/avoid_init_to_null.dart |
| 38 | + - lib/**/avoid_null_checks_in_equality_operators.dart |
| 39 | + - lib/**/avoid_renaming_method_parameters.dart |
| 40 | + - lib/**/avoid_return_types_on_setters.dart |
| 41 | + - lib/**/avoid_returning_null_for_void.dart |
| 42 | + - lib/**/avoid_single_cascade_in_expression_statements.dart |
| 43 | + - lib/**/constant_identifier_names.dart |
| 44 | + - lib/**/control_flow_in_finally.dart |
| 45 | + - lib/**/empty_constructor_bodies.dart |
| 46 | + - lib/**/empty_statements.dart |
| 47 | + - lib/**/exhaustive_cases.dart |
| 48 | + - lib/**/implementation_imports.dart |
| 49 | + - lib/**/library_names.dart |
| 50 | + - lib/**/library_prefixes.dart |
| 51 | + - lib/**/library_private_types_in_public_api.dart |
| 52 | + - lib/**/no_leading_underscores_for_library_prefixes.dart |
| 53 | + - lib/**/no_leading_underscores_for_local_identifiers.dart |
| 54 | + - lib/**/null_closures.dart |
| 55 | + - lib/**/overridden_fields.dart |
| 56 | + - lib/**/package_names.dart |
| 57 | + - lib/**/prefer_adjacent_string_concatenation.dart |
| 58 | + - lib/**/prefer_collection_literals.dart |
| 59 | + - lib/**/prefer_conditional_assignment.dart |
| 60 | + - lib/**/prefer_contains.dart |
| 61 | + - lib/**/prefer_equal_for_default_values.dart |
| 62 | + - lib/**/prefer_final_fields.dart |
| 63 | + - lib/**/prefer_for_elements_to_map_fromIterable.dart |
| 64 | + - lib/**/prefer_function_declarations_over_variables.dart |
| 65 | + - lib/**/prefer_if_null_operators.dart |
| 66 | + - lib/**/prefer_initializing_formals.dart |
| 67 | + - lib/**/prefer_inlined_adds.dart |
| 68 | + - lib/**/prefer_interpolation_to_compose_strings.dart |
| 69 | + - lib/**/prefer_is_not_operator.dart |
| 70 | + - lib/**/prefer_null_aware_operators.dart |
| 71 | + - lib/**/prefer_spread_collections.dart |
| 72 | + - lib/**/prefer_void_to_null.dart |
| 73 | + - lib/**/recursive_getters.dart |
| 74 | + - lib/**/slash_for_doc_comments.dart |
| 75 | + - lib/**/type_init_formals.dart |
| 76 | + - lib/**/unnecessary_brace_in_string_interps.dart |
| 77 | + - lib/**/unnecessary_const.dart |
| 78 | + - lib/**/unnecessary_constructor_name.dart |
| 79 | + - lib/**/unnecessary_getters_setters.dart |
| 80 | + - lib/**/unnecessary_late.dart |
| 81 | + - lib/**/unnecessary_new.dart |
| 82 | + - lib/**/unnecessary_null_aware_assignments.dart |
| 83 | + - lib/**/unnecessary_null_in_if_null_operators.dart |
| 84 | + - lib/**/unnecessary_nullable_for_final_variable_declarations.dart |
| 85 | + - lib/**/unnecessary_string_escapes.dart |
| 86 | + - lib/**/unnecessary_string_interpolations.dart |
| 87 | + - lib/**/unnecessary_this.dart |
| 88 | + - lib/**/use_function_type_syntax_for_parameters.dart |
| 89 | + - lib/**/use_rethrow_when_possible.dart |
90 | 90 |
|
91 | 91 | set-flutter:
|
92 |
| -- lib/**/avoid_print.dart |
93 |
| -- lib/**/avoid_unnecessary_containers.dart |
94 |
| -- lib/**/avoid_web_libraries_in_flutter.dart |
95 |
| -- lib/**/no_logic_in_create_state.dart |
96 |
| -- lib/**/prefer_const_constructors.dart |
97 |
| -- lib/**/prefer_const_constructors_in_immutables.dart |
98 |
| -- lib/**/prefer_const_declarations.dart |
99 |
| -- lib/**/prefer_const_literals_to_create_immutables.dart |
100 |
| -- lib/**/sized_box_for_whitespace.dart |
101 |
| -- lib/**/sort_child_properties_last.dart |
102 |
| -- lib/**/use_build_context_synchronously.dart |
103 |
| -- lib/**/use_full_hex_values_for_flutter_colors.dart |
104 |
| -- lib/**/use_key_in_widget_constructors.dart |
105 |
| - |
| 92 | + - lib/**/avoid_print.dart |
| 93 | + - lib/**/avoid_unnecessary_containers.dart |
| 94 | + - lib/**/avoid_web_libraries_in_flutter.dart |
| 95 | + - lib/**/no_logic_in_create_state.dart |
| 96 | + - lib/**/prefer_const_constructors.dart |
| 97 | + - lib/**/prefer_const_constructors_in_immutables.dart |
| 98 | + - lib/**/prefer_const_declarations.dart |
| 99 | + - lib/**/prefer_const_literals_to_create_immutables.dart |
| 100 | + - lib/**/sized_box_for_whitespace.dart |
| 101 | + - lib/**/sort_child_properties_last.dart |
| 102 | + - lib/**/use_build_context_synchronously.dart |
| 103 | + - lib/**/use_full_hex_values_for_flutter_colors.dart |
| 104 | + - lib/**/use_key_in_widget_constructors.dart |
0 commit comments