Sonnat Project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
490 B

1 year ago
  1. include: package:flutter_lints/flutter.yaml
  2. linter:
  3. # In addition to the flutter_lints
  4. rules:
  5. - always_declare_return_types
  6. - avoid_types_on_closure_parameters
  7. - avoid_void_async
  8. - cancel_subscriptions
  9. - close_sinks
  10. - directives_ordering
  11. - flutter_style_todos
  12. - package_api_docs
  13. - prefer_single_quotes
  14. - test_types_in_equals
  15. - throw_in_finally
  16. - unawaited_futures
  17. - unnecessary_statements
  18. - unsafe_html
  19. - use_super_parameters