zefyr

analysis_options.yaml 499B

123456789101112131415161718192021
  1. analyzer:
  2. strong-mode:
  3. implicit-casts: false
  4. implicit-dynamic: false
  5. # Lint rules and documentation, see http://dart-lang.github.io/linter/lints
  6. linter:
  7. rules:
  8. - avoid_init_to_null
  9. - cancel_subscriptions
  10. - close_sinks
  11. - directives_ordering
  12. - hash_and_equals
  13. - iterable_contains_unrelated_type
  14. - list_remove_unrelated_type
  15. - prefer_final_fields
  16. - prefer_is_not_empty
  17. - test_types_in_equals
  18. - unrelated_type_equality_checks
  19. - valid_regexps