zefyr

analysis_options.yaml 473B

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