blob: d04e52b712bafb560f7f4edbecd66e7f593db08b [file] [edit]
analyzer:
errors:
todo: ignore
exclude:
- testcases/**
linter:
rules:
- unnecessary_type_name_in_constructor
- unnecessary_const_in_enum_constructor
- collection_methods_unrelated_type
- curly_braces_in_flow_control_structures
- prefer_adjacent_string_concatenation
- unawaited_futures
- recursive_getters
- avoid_empty_else
- empty_statements
- valid_regexps
- lines_longer_than_80_chars
- unrelated_type_equality_checks
- annotate_overrides
- always_declare_return_types
- deprecated_member_use_from_same_package
# - always_specify_types