tree: 6f0652fd7b62c94ca030f135980297c86218a332 [path history] [tgz]
  1. machine/
  2. options/
  3. always_declare_return_types.html
  4. always_put_control_body_on_new_line.html
  5. always_put_required_named_parameters_first.html
  6. always_require_non_null_named_parameters.html
  7. always_specify_types.html
  8. always_use_package_imports.html
  9. annotate_overrides.html
  10. avoid_annotating_with_dynamic.html
  11. avoid_as.html
  12. avoid_bool_literals_in_conditional_expressions.html
  13. avoid_catches_without_on_clauses.html
  14. avoid_catching_errors.html
  15. avoid_classes_with_only_static_members.html
  16. avoid_double_and_int_checks.html
  17. avoid_dynamic_calls.html
  18. avoid_empty_else.html
  19. avoid_equals_and_hash_code_on_mutable_classes.html
  20. avoid_escaping_inner_quotes.html
  21. avoid_field_initializers_in_const_classes.html
  22. avoid_final_parameters.html
  23. avoid_function_literals_in_foreach_calls.html
  24. avoid_implementing_value_types.html
  25. avoid_init_to_null.html
  26. avoid_js_rounded_ints.html
  27. avoid_multiple_declarations_per_line.html
  28. avoid_null_checks_in_equality_operators.html
  29. avoid_positional_boolean_parameters.html
  30. avoid_print.html
  31. avoid_private_typedef_functions.html
  32. avoid_redundant_argument_values.html
  33. avoid_relative_lib_imports.html
  34. avoid_renaming_method_parameters.html
  35. avoid_return_types_on_setters.html
  36. avoid_returning_null.html
  37. avoid_returning_null_for_future.html
  38. avoid_returning_null_for_void.html
  39. avoid_returning_this.html
  40. avoid_setters_without_getters.html
  41. avoid_shadowing_type_parameters.html
  42. avoid_single_cascade_in_expression_statements.html
  43. avoid_slow_async_io.html
  44. avoid_type_to_string.html
  45. avoid_types_as_parameter_names.html
  46. avoid_types_on_closure_parameters.html
  47. avoid_unnecessary_containers.html
  48. avoid_unused_constructor_parameters.html
  49. avoid_void_async.html
  50. avoid_web_libraries_in_flutter.html
  51. await_only_futures.html
  52. camel_case_extensions.html
  53. camel_case_types.html
  54. cancel_subscriptions.html
  55. cascade_invocations.html
  56. cast_nullable_to_non_nullable.html
  57. close_sinks.html
  58. collection_methods_unrelated_type.html
  59. combinators_ordering.html
  60. comment_references.html
  61. conditional_uri_does_not_exist.html
  62. constant_identifier_names.html
  63. control_flow_in_finally.html
  64. count-badge.svg
  65. curly_braces_in_flow_control_structures.html
  66. dangling_library_doc_comments.html
  67. depend_on_referenced_packages.html
  68. deprecated_consistency.html
  69. deprecated_member_use_from_same_package.html
  70. diagnostic_describe_all_properties.html
  71. directives_ordering.html
  72. discarded_futures.html
  73. do_not_use_environment.html
  74. empty_catches.html
  75. empty_constructor_bodies.html
  76. empty_statements.html
  77. enable_null_safety.html
  78. eol_at_end_of_file.html
  79. exhaustive_cases.html
  80. file_names.html
  81. flutter_style_todos.html
  82. has-fix.svg
  83. hash_and_equals.html
  84. implementation_imports.html
  85. implicit_call_tearoffs.html
  86. implicit_reopen.html
  87. index.html
  88. invalid_case_patterns.html
  89. invariant_booleans.html
  90. iterable_contains_unrelated_type.html
  91. join_return_with_assignment.html
  92. leading_newlines_in_multiline_strings.html
  93. library_annotations.html
  94. library_names.html
  95. library_prefixes.html
  96. library_private_types_in_public_api.html
  97. lines_longer_than_80_chars.html
  98. list_remove_unrelated_type.html
  99. literal_only_boolean_expressions.html
  100. matching_super_parameters.html
  101. missing_whitespace_between_adjacent_strings.html
  102. no_adjacent_strings_in_list.html
  103. no_default_cases.html
  104. no_duplicate_case_values.html
  105. no_leading_underscores_for_library_prefixes.html
  106. no_leading_underscores_for_local_identifiers.html
  107. no_literal_bool_comparisons.html
  108. no_logic_in_create_state.html
  109. no_runtimeType_toString.html
  110. no_self_assignments.html
  111. no_wildcard_variable_uses.html
  112. non_constant_identifier_names.html
  113. noop_primitive_operations.html
  114. null_check_on_nullable_type_parameter.html
  115. null_closures.html
  116. omit_local_variable_types.html
  117. one_member_abstracts.html
  118. only_throw_errors.html
  119. overridden_fields.html
  120. package_api_docs.html
  121. package_names.html
  122. package_prefixed_library_names.html
  123. parameter_assignments.html
  124. prefer_adjacent_string_concatenation.html
  125. prefer_asserts_in_initializer_lists.html
  126. prefer_asserts_with_message.html
  127. prefer_bool_in_asserts.html
  128. prefer_collection_literals.html
  129. prefer_conditional_assignment.html
  130. prefer_const_constructors.html
  131. prefer_const_constructors_in_immutables.html
  132. prefer_const_declarations.html
  133. prefer_const_literals_to_create_immutables.html
  134. prefer_constructors_over_static_methods.html
  135. prefer_contains.html
  136. prefer_double_quotes.html
  137. prefer_equal_for_default_values.html
  138. prefer_expression_function_bodies.html
  139. prefer_final_fields.html
  140. prefer_final_in_for_each.html
  141. prefer_final_locals.html
  142. prefer_final_parameters.html
  143. prefer_for_elements_to_map_fromIterable.html
  144. prefer_foreach.html
  145. prefer_function_declarations_over_variables.html
  146. prefer_generic_function_type_aliases.html
  147. prefer_if_elements_to_conditional_expressions.html
  148. prefer_if_null_operators.html
  149. prefer_initializing_formals.html
  150. prefer_inlined_adds.html
  151. prefer_int_literals.html
  152. prefer_interpolation_to_compose_strings.html
  153. prefer_is_empty.html
  154. prefer_is_not_empty.html
  155. prefer_is_not_operator.html
  156. prefer_iterable_whereType.html
  157. prefer_mixin.html
  158. prefer_null_aware_method_calls.html
  159. prefer_null_aware_operators.html
  160. prefer_relative_imports.html
  161. prefer_single_quotes.html
  162. prefer_spread_collections.html
  163. prefer_typing_uninitialized_variables.html
  164. prefer_void_to_null.html
  165. provide_deprecation_message.html
  166. public_member_api_docs.html
  167. recursive_getters.html
  168. require_trailing_commas.html
  169. secure_pubspec_urls.html
  170. sized_box_for_whitespace.html
  171. sized_box_shrink_expand.html
  172. slash_for_doc_comments.html
  173. sort_child_properties_last.html
  174. sort_constructors_first.html
  175. sort_pub_dependencies.html
  176. sort_unnamed_constructors_first.html
  177. style-core.svg
  178. style-effective_dart.svg
  179. style-flutter.svg
  180. style-pedantic.svg
  181. style-recommended.svg
  182. super_goes_last.html
  183. test_types_in_equals.html
  184. throw_in_finally.html
  185. tighten_type_of_initializing_formals.html
  186. type_annotate_public_apis.html
  187. type_init_formals.html
  188. type_literal_in_constant_pattern.html
  189. unawaited_futures.html
  190. unnecessary_await_in_return.html
  191. unnecessary_brace_in_string_interps.html
  192. unnecessary_breaks.html
  193. unnecessary_const.html
  194. unnecessary_constructor_name.html
  195. unnecessary_final.html
  196. unnecessary_getters_setters.html
  197. unnecessary_lambdas.html
  198. unnecessary_late.html
  199. unnecessary_library_directive.html
  200. unnecessary_new.html
  201. unnecessary_null_aware_assignments.html
  202. unnecessary_null_aware_operator_on_extension_on_nullable.html
  203. unnecessary_null_checks.html
  204. unnecessary_null_in_if_null_operators.html
  205. unnecessary_nullable_for_final_variable_declarations.html
  206. unnecessary_overrides.html
  207. unnecessary_parenthesis.html
  208. unnecessary_raw_strings.html
  209. unnecessary_statements.html
  210. unnecessary_string_escapes.html
  211. unnecessary_string_interpolations.html
  212. unnecessary_this.html
  213. unnecessary_to_list_in_spreads.html
  214. unreachable_from_main.html
  215. unrelated_type_equality_checks.html
  216. unsafe_html.html
  217. use_build_context_synchronously.html
  218. use_colored_box.html
  219. use_decorated_box.html
  220. use_enums.html
  221. use_full_hex_values_for_flutter_colors.html
  222. use_function_type_syntax_for_parameters.html
  223. use_if_null_to_convert_nulls_to_bools.html
  224. use_is_even_rather_than_modulo.html
  225. use_key_in_widget_constructors.html
  226. use_late_for_private_fields_and_variables.html
  227. use_named_constants.html
  228. use_raw_strings.html
  229. use_rethrow_when_possible.html
  230. use_setters_to_change_properties.html
  231. use_string_buffers.html
  232. use_string_in_part_of_directives.html
  233. use_super_initializers.html
  234. use_super_parameters.html
  235. use_test_throws_matchers.html
  236. use_to_and_as_if_applicable.html
  237. valid_regexps.html
  238. void_checks.html