analysis_options.yaml 397 B

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