tree: 43f49fac30f9eb2d3021f8df9f1126ee5e709580
  1. all.dart
  2. always_declare_return_types_test.dart
  3. always_put_control_body_on_new_line_test.dart
  4. always_put_required_named_parameters_first_test.dart
  5. always_specify_types_test.dart
  6. always_use_package_imports_test.dart
  7. analysis_options.yaml
  8. analyzer_element_model_tracking_test.dart
  9. analyzer_public_api_test.dart
  10. annotate_overrides_test.dart
  11. annotate_redeclares_test.dart
  12. async_return_with_no_await_test.dart
  13. avoid_annotating_with_dynamic_test.dart
  14. avoid_bool_literals_in_conditional_expressions_test.dart
  15. avoid_catches_without_on_clauses_test.dart
  16. avoid_catching_errors_test.dart
  17. avoid_classes_with_only_static_members_test.dart
  18. avoid_double_and_int_checks_test.dart
  19. avoid_dynamic_calls_test.dart
  20. avoid_empty_else_test.dart
  21. avoid_equals_and_hash_code_on_mutable_classes_test.dart
  22. avoid_escaping_inner_quotes_test.dart
  23. avoid_field_initializers_in_const_classes_test.dart
  24. avoid_field_initializers_in_non_const_classes_test.dart
  25. avoid_final_parameters_test.dart
  26. avoid_function_literals_in_foreach_calls_test.dart
  27. avoid_futureor_void_test.dart
  28. avoid_implementing_value_types_test.dart
  29. avoid_init_to_null_test.dart
  30. avoid_js_rounded_ints_test.dart
  31. avoid_multiple_declarations_per_line_test.dart
  32. avoid_null_checks_in_equality_operators_test.dart
  33. avoid_positional_boolean_parameters_test.dart
  34. avoid_print_test.dart
  35. avoid_private_typedef_functions_test.dart
  36. avoid_redundant_argument_values_test.dart
  37. avoid_relative_lib_imports_test.dart
  38. avoid_renaming_method_parameters_test.dart
  39. avoid_return_types_on_setters_test.dart
  40. avoid_returning_null_for_void_test.dart
  41. avoid_returning_null_test.dart
  42. avoid_returning_this_test.dart
  43. avoid_setters_without_getters_test.dart
  44. avoid_shadowing_type_parameters_test.dart
  45. avoid_single_cascade_in_expression_statements_test.dart
  46. avoid_slow_async_io_test.dart
  47. avoid_type_to_string_test.dart
  48. avoid_types_as_parameter_names_test.dart
  49. avoid_types_on_closure_parameters_test.dart
  50. avoid_unnecessary_containers_test.dart
  51. avoid_unused_constructor_parameters_test.dart
  52. avoid_void_async_test.dart
  53. avoid_web_libraries_in_flutter_test.dart
  54. await_only_futures_test.dart
  55. camel_case_extensions_test.dart
  56. camel_case_types_test.dart
  57. cancel_subscriptions_test.dart
  58. cascade_invocations_test.dart
  59. cast_nullable_to_non_nullable_test.dart
  60. close_sinks_test.dart
  61. collection_methods_unrelated_type_test.dart
  62. combinators_ordering_test.dart
  63. comment_references_test.dart
  64. conditional_uri_does_not_exist_test.dart
  65. constant_identifier_names_test.dart
  66. control_flow_in_finally_test.dart
  67. curly_braces_in_flow_control_structures_test.dart
  68. dangling_library_doc_comments_test.dart
  69. depend_on_referenced_packages_test.dart
  70. deprecated_consistency_test.dart
  71. deprecated_member_use_from_same_package_test.dart
  72. diagnostic_describe_all_properties_test.dart
  73. directives_ordering_test.dart
  74. discarded_futures_test.dart
  75. do_not_use_environment_test.dart
  76. document_ignores_test.dart
  77. empty_catches_test.dart
  78. empty_constructor_bodies_test.dart
  79. empty_container_bodies_test.dart
  80. empty_statements_test.dart
  81. eol_at_end_of_file_test.dart
  82. erase_dart_type_extension_types_test.dart
  83. exhaustive_cases_test.dart
  84. file_names_test.dart
  85. flutter_style_todos_test.dart
  86. hash_and_equals_test.dart
  87. implementation_imports_test.dart
  88. implicit_call_tearoffs_test.dart
  89. implicit_reopen_test.dart
  90. initialize_in_field_declaration_test.dart
  91. invalid_case_patterns_test.dart
  92. invalid_runtime_check_with_js_interop_types_test.dart
  93. join_return_with_assignment_test.dart
  94. leading_newlines_in_multiline_strings_test.dart
  95. library_annotations_test.dart
  96. library_names_test.dart
  97. library_prefixes_test.dart
  98. library_private_types_in_public_api_test.dart
  99. lines_longer_than_80_chars_test.dart
  100. literal_only_boolean_expressions_test.dart
  101. matching_super_parameters_test.dart
  102. missing_code_block_language_in_doc_comment_test.dart
  103. missing_whitespace_between_adjacent_strings_test.dart
  104. no_adjacent_strings_in_list_test.dart
  105. no_default_cases_test.dart
  106. no_duplicate_case_values_test.dart
  107. no_leading_underscores_for_library_prefixes_test.dart
  108. no_leading_underscores_for_local_identifiers_test.dart
  109. no_literal_bool_comparisons_test.dart
  110. no_logic_in_create_state_test.dart
  111. no_runtimeType_toString_test.dart
  112. no_self_assignments_test.dart
  113. no_wildcard_variable_uses_test.dart
  114. non_constant_identifier_names_test.dart
  115. noop_primitive_operations_test.dart
  116. null_check_on_nullable_type_parameter_test.dart
  117. null_closures_test.dart
  118. omit_local_variable_types_test.dart
  119. omit_obvious_local_variable_types_test.dart
  120. omit_obvious_property_types_test.dart
  121. one_member_abstracts_test.dart
  122. only_throw_errors_test.dart
  123. overridden_fields_test.dart
  124. package_names_test.dart
  125. package_prefixed_library_names_test.dart
  126. parameter_assignments_test.dart
  127. prefer_adjacent_string_concatenation_test.dart
  128. prefer_asserts_in_initializer_lists_test.dart
  129. prefer_asserts_with_message_test.dart
  130. prefer_collection_literals_test.dart
  131. prefer_conditional_assignment_test.dart
  132. prefer_const_constructors_in_immutables_test.dart
  133. prefer_const_constructors_test.dart
  134. prefer_const_declarations_test.dart
  135. prefer_const_literals_to_create_immutables_test.dart
  136. prefer_constructors_over_static_methods_test.dart
  137. prefer_contains_test.dart
  138. prefer_double_quotes_test.dart
  139. prefer_expression_function_bodies_test.dart
  140. prefer_final_fields_test.dart
  141. prefer_final_in_for_each_test.dart
  142. prefer_final_locals_test.dart
  143. prefer_final_parameters_test.dart
  144. prefer_for_elements_to_map_fromIterable_test.dart
  145. prefer_foreach_test.dart
  146. prefer_function_declarations_over_variables_test.dart
  147. prefer_generic_function_type_aliases_test.dart
  148. prefer_if_elements_to_conditional_expressions_test.dart
  149. prefer_if_null_operators_test.dart
  150. prefer_initializing_formals_test.dart
  151. prefer_inlined_adds_test.dart
  152. prefer_int_literals_test.dart
  153. prefer_interpolation_to_compose_strings_test.dart
  154. prefer_is_empty_test.dart
  155. prefer_is_not_empty_test.dart
  156. prefer_is_not_operator_test.dart
  157. prefer_iterable_whereType_test.dart
  158. prefer_mixin_test.dart
  159. prefer_null_aware_method_calls_test.dart
  160. prefer_null_aware_operators_test.dart
  161. prefer_relative_imports_test.dart
  162. prefer_single_quotes_test.dart
  163. prefer_spread_collections_test.dart
  164. prefer_typing_uninitialized_variables_test.dart
  165. prefer_void_to_null_test.dart
  166. provide_deprecation_message_test.dart
  167. public_member_api_docs_test.dart
  168. recursive_getters_test.dart
  169. remove_deprecations_in_breaking_test.dart
  170. require_trailing_commas_test.dart
  171. secure_pubspec_urls_test.dart
  172. simple_directive_paths_test.dart
  173. simplify_variable_pattern_test.dart
  174. sized_box_for_whitespace_test.dart
  175. sized_box_shrink_expand_test.dart
  176. slash_for_doc_comments_test.dart
  177. sort_child_properties_last_test.dart
  178. sort_constructors_first_test.dart
  179. sort_pub_dependencies_test.dart
  180. sort_unnamed_constructors_first_test.dart
  181. specify_nonobvious_local_variable_types_test.dart
  182. specify_nonobvious_property_types_test.dart
  183. strict_top_level_inference_test.dart
  184. switch_on_type_test.dart
  185. test_types_in_equals_test.dart
  186. throw_in_finally_test.dart
  187. tighten_type_of_initializing_formals_test.dart
  188. type_annotate_public_apis_test.dart
  189. type_init_formals_test.dart
  190. type_literal_in_constant_pattern_test.dart
  191. unawaited_futures_test.dart
  192. unintended_html_in_doc_comment_test.dart
  193. unnecessary_async_test.dart
  194. unnecessary_await_in_return_test.dart
  195. unnecessary_brace_in_string_interps_test.dart
  196. unnecessary_breaks_test.dart
  197. unnecessary_const_in_enum_constructor_test.dart
  198. unnecessary_const_test.dart
  199. unnecessary_constructor_name_test.dart
  200. unnecessary_final_test.dart
  201. unnecessary_getters_setters_test.dart
  202. unnecessary_ignore_test.dart
  203. unnecessary_lambdas_test.dart
  204. unnecessary_late_test.dart
  205. unnecessary_library_directive_test.dart
  206. unnecessary_library_name_test.dart
  207. unnecessary_new_test.dart
  208. unnecessary_null_aware_assignments_test.dart
  209. unnecessary_null_aware_operator_on_extension_on_nullable_test.dart
  210. unnecessary_null_checks_test.dart
  211. unnecessary_null_in_if_null_operators_test.dart
  212. unnecessary_nullable_for_final_variable_declarations_test.dart
  213. unnecessary_overrides_test.dart
  214. unnecessary_parenthesis_test.dart
  215. unnecessary_raw_strings_test.dart
  216. unnecessary_statements_test.dart
  217. unnecessary_string_escapes_test.dart
  218. unnecessary_string_interpolations_test.dart
  219. unnecessary_this_test.dart
  220. unnecessary_to_list_in_spreads_test.dart
  221. unnecessary_type_name_in_constructor_test.dart
  222. unnecessary_unawaited_test.dart
  223. unnecessary_underscores_test.dart
  224. unreachable_from_main_test.dart
  225. unrelated_type_equality_checks_test.dart
  226. unsafe_variance_test.dart
  227. use_build_context_synchronously_test.dart
  228. use_colored_box_test.dart
  229. use_declaring_parameters_test.dart
  230. use_decorated_box_test.dart
  231. use_enums_test.dart
  232. use_full_hex_values_for_flutter_colors_test.dart
  233. use_function_type_syntax_for_parameters_test.dart
  234. use_if_null_to_convert_nulls_to_bools_test.dart
  235. use_is_even_rather_than_modulo_test.dart
  236. use_key_in_widget_constructors_test.dart
  237. use_late_for_private_fields_and_variables_test.dart
  238. use_named_constants_test.dart
  239. use_null_aware_elements_test.dart
  240. use_primary_constructors_test.dart
  241. use_raw_strings_test.dart
  242. use_rethrow_when_possible_test.dart
  243. use_setters_to_change_properties_test.dart
  244. use_string_buffers_test.dart
  245. use_string_in_part_of_directives_test.dart
  246. use_super_parameters_test.dart
  247. use_test_throws_matchers_test.dart
  248. use_to_and_as_if_applicable_test.dart
  249. use_truncating_division_test.dart
  250. valid_regexps_test.dart
  251. var_with_no_type_annotation_test.dart
  252. void_checks_test.dart