OLD | NEW |
(Empty) | |
| 1 analyzer: |
| 2 strong-mode: true |
| 3 linter: |
| 4 rules: |
| 5 #- always_declare_return_types |
| 6 #- always_specify_types |
| 7 #- annotate_overrides |
| 8 #- avoid_as |
| 9 - avoid_empty_else |
| 10 - avoid_init_to_null |
| 11 - avoid_return_types_on_setters |
| 12 - await_only_futures |
| 13 - camel_case_types |
| 14 - cancel_subscriptions |
| 15 #- close_sinks |
| 16 #- comment_references |
| 17 - constant_identifier_names |
| 18 - control_flow_in_finally |
| 19 - empty_catches |
| 20 - empty_constructor_bodies |
| 21 - empty_statements |
| 22 - hash_and_equals |
| 23 - implementation_imports |
| 24 - iterable_contains_unrelated_type |
| 25 - library_names |
| 26 - library_prefixes |
| 27 - list_remove_unrelated_type |
| 28 - non_constant_identifier_names |
| 29 - one_member_abstracts |
| 30 - only_throw_errors |
| 31 - overridden_fields |
| 32 - package_api_docs |
| 33 - package_names |
| 34 - package_prefixed_library_names |
| 35 - prefer_is_not_empty |
| 36 #- public_member_api_docs |
| 37 #- slash_for_doc_comments |
| 38 #- sort_constructors_first |
| 39 #- sort_unnamed_constructors_first |
| 40 - super_goes_last |
| 41 - test_types_in_equals |
| 42 - throw_in_finally |
| 43 #- type_annotate_public_apis |
| 44 - type_init_formals |
| 45 #- unawaited_futures |
| 46 - unnecessary_brace_in_string_interp |
| 47 - unnecessary_getters_setters |
| 48 - unrelated_type_equality_checks |
| 49 - valid_regexps |
OLD | NEW |