1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00
Files
samples/web_embedding/ng-flutter/flutter/analysis_options.yaml
Parker Lougheed 6b8f18392d Clean up ng-flutter a bit (#2236)
No functional change, just while I was verifying it still works with the
latest Angular releases, completed some cleanup as well.
2024-04-08 16:22:25 -05:00

24 lines
511 B
YAML

include: package:flutter_lints/flutter.yaml
analyzer:
language:
strict-casts: true
strict-inference: true
strict-raw-types: true
linter:
rules:
- avoid_types_on_closure_parameters
- avoid_void_async
- cancel_subscriptions
- close_sinks
- directives_ordering
- package_api_docs
- package_prefixed_library_names
- test_types_in_equals
- throw_in_finally
- unawaited_futures
- unnecessary_breaks
- unnecessary_statements
- use_super_parameters