blob: 9ff1bcbc65c8f241afeeae2d454bbeb30ecc1562 [file] [log] [blame] [edit]
analyzer:
exclude:
- test/fixtures/**
linter:
rules:
- collection_methods_unrelated_type
- curly_braces_in_flow_control_structures
- prefer_adjacent_string_concatenation
- unawaited_futures
- avoid_void_async
- recursive_getters
- avoid_empty_else
- empty_statements
- valid_regexps
- lines_longer_than_80_chars
- unrelated_type_equality_checks
- annotate_overrides
- always_declare_return_types
# - always_specify_types