tree: 2a44ec10171d1db7fb371b8872c62e14def5c5f0 [path history] [tgz]
  1. all.dart
  2. always_specify_types_test.dart
  3. always_use_package_imports_test.dart
  4. analysis_options.yaml
  5. annotate_overrides_test.dart
  6. avoid_annotating_with_dynamic_test.dart
  7. avoid_equals_and_hash_code_on_mutable_classes_test.dart
  8. avoid_escaping_inner_quotes_test.dart
  9. avoid_final_parameters_test.dart
  10. avoid_function_literals_in_foreach_calls_test.dart
  11. avoid_init_to_null_test.dart
  12. avoid_private_typedef_functions_test.dart
  13. avoid_redundant_argument_values_test.dart
  14. avoid_relative_lib_imports_test.dart
  15. avoid_renaming_method_parameters_test.dart
  16. avoid_returning_this_test.dart
  17. avoid_setters_without_getters_test.dart
  18. avoid_shadowing_type_parameters_test.dart
  19. avoid_types_as_parameter_names_test.dart
  20. avoid_unused_constructor_parameters_test.dart
  21. avoid_void_async_test.dart
  22. await_only_futures_test.dart
  23. cancel_subscriptions_test.dart
  24. cast_nullable_to_non_nullable_test.dart
  25. collection_methods_unrelated_type_test.dart
  26. conditional_uri_does_not_exist_test.dart
  27. constant_identifier_names_test.dart
  28. dangling_library_doc_comments_test.dart
  29. depend_on_referenced_packages_test.dart
  30. deprecated_consistency_test.dart
  31. deprecated_member_use_from_same_package_test.dart
  32. directives_ordering_test.dart
  33. discarded_futures_test.dart
  34. do_not_use_environment_test.dart
  35. empty_catches_test.dart
  36. empty_statements_test.dart
  37. eol_at_end_of_file_test.dart
  38. exhaustive_cases_test.dart
  39. file_names_test.dart
  40. flutter_style_todos_test.dart
  41. hash_and_equals_test.dart
  42. implicit_reopen_test.dart
  43. invalid_case_patterns_test.dart
  44. join_return_with_assignment_test.dart
  45. library_annotations_test.dart
  46. library_names_test.dart
  47. library_private_types_in_public_api_test.dart
  48. lines_longer_than_80_chars_test.dart
  49. literal_only_boolean_expressions_test.dart
  50. matching_super_parameters_test.dart
  51. missing_whitespace_between_adjacent_strings_test.dart
  52. no_duplicate_case_values_test.dart
  53. no_leading_underscores_for_local_identifiers_test.dart
  54. no_self_assignments_test.dart
  55. no_wildcard_variable_uses_test.dart
  56. non_adjacent_strings_in_list_test.dart
  57. non_constant_identifier_names_test.dart
  58. null_check_on_nullable_type_parameter_test.dart
  59. null_closures_test.dart
  60. omit_local_variable_types_test.dart
  61. one_member_abstracts_test.dart
  62. only_throw_errors_test.dart
  63. overridden_fields_test.dart
  64. parameter_assignments_test.dart
  65. prefer_asserts_in_initializer_lists_test.dart
  66. prefer_collection_literals_test.dart
  67. prefer_const_constructors_in_immutables_test.dart
  68. prefer_const_constructors_test.dart
  69. prefer_const_declarations_test.dart
  70. prefer_const_literals_to_create_immutables_test.dart
  71. prefer_constructors_over_static_methods_test.dart
  72. prefer_contains_test.dart
  73. prefer_expression_function_bodies_test.dart
  74. prefer_final_fields_test.dart
  75. prefer_final_in_for_each_test.dart
  76. prefer_final_locals_test.dart
  77. prefer_final_parameters_test.dart
  78. prefer_generic_function_type_aliases_test.dart
  79. prefer_interpolation_to_compose_strings_test.dart
  80. prefer_mixin_test.dart
  81. prefer_relative_imports_test.dart
  82. prefer_spread_collections_test.dart
  83. prefer_void_to_null_test.dart
  84. public_member_api_docs_test.dart
  85. recursive_getters_test.dart
  86. secure_pubspec_urls_test.dart
  87. sort_constructors_first_test.dart
  88. sort_pub_dependencies_test.dart
  89. sort_unnamed_constructors_first_test.dart
  90. tighten_type_of_initializing_formals_test.dart
  91. type_init_formals_test.dart
  92. type_literal_in_constant_pattern_test.dart
  93. unawaited_futures_test.dart
  94. unnecessary_brace_in_string_interps_test.dart
  95. unnecessary_breaks_test.dart
  96. unnecessary_const_test.dart
  97. unnecessary_final_test.dart
  98. unnecessary_lambdas_test.dart
  99. unnecessary_library_directive_test.dart
  100. unnecessary_null_checks_test.dart
  101. unnecessary_nullable_for_final_variable_declarations_test.dart
  102. unnecessary_overrides_test.dart
  103. unnecessary_parenthesis_test.dart
  104. unnecessary_statements_test.dart
  105. unnecessary_string_escapes_test.dart
  106. unnecessary_this_test.dart
  107. unreachable_from_main_test.dart
  108. unrelated_type_equality_checks_test.dart
  109. use_build_context_synchronously_test.dart
  110. use_enums_test.dart
  111. use_is_even_rather_than_modulo_test.dart
  112. use_key_in_widget_constructors_test.dart
  113. use_late_for_private_fields_and_variables_test.dart
  114. use_named_constants_test.dart
  115. use_string_in_part_of_directives.dart
  116. use_super_parameters_test.dart
  117. void_checks_test.dart