analysis_options.yaml 320 B

123456789101112131415
  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. - test_types_in_equals
  13. - unrelated_type_equality_checks
  14. - valid_regexps