Files
packages.dart/deprecated/flutter_cli/lib/templates/project/analysis_options.yaml
2026-01-15 14:38:46 -08:00

17 lines
388 B
YAML

analyzer:
exclude: [build/**]
errors:
uri_has_not_been_generated: ignore
plugins:
- flutter
# Lint rules and documentation, see http://dart-lang.github.io/linter/lints
linter:
rules:
- cancel_subscriptions
- hash_and_equals
- iterable_contains_unrelated_type
- list_remove_unrelated_type
- test_types_in_equals
- unrelated_type_equality_checks
- valid_regexps