blob: 1196b5dfa1da5e649f460d4e5e72f84107614eef [file] [log] [blame]
analyzer:
strong-mode: true
linter:
rules:
# Errors
- avoid_empty_else
- control_flow_in_finally
- empty_statements
- test_types_in_equals
- throw_in_finally
- valid_regexps
# Style
- annotate_overrides
- avoid_init_to_null
- avoid_return_types_on_setters
- await_only_futures
- camel_case_types
- comment_references
- empty_catches
- empty_constructor_bodies
- hash_and_equals
- library_prefixes
# This convention is broken on purpose in parts of the code.
# - non_constant_identifier_names
- prefer_is_not_empty
- slash_for_doc_comments
- type_init_formals
- unrelated_type_equality_checks