analysis_options.yaml 372 B

1234567891011121314151617
  1. analyzer:
  2. strong-mode:
  3. implicit-casts: false
  4. implicit-dynamic: false
  5. linter:
  6. rules:
  7. - cancel_subscriptions
  8. - close_sinks
  9. - hash_and_equals
  10. - iterable_contains_unrelated_type
  11. - list_remove_unrelated_type
  12. - sort_constructors_first
  13. - test_types_in_equals
  14. - unnecessary_new
  15. - unrelated_type_equality_checks
  16. - valid_regexps