blob: c0c5b53c1a83f45d93b5f35dbbb45fc603bb1a69 [file] [edit]
# Packages that deliberately use their own analysis_options.yaml.
#
# Please consult with #hackers-ecosystem before adding anything to this list,
# as the goal is to have consistent analysis options across all packages.
#
# All entries here shoud include a comment explaining why they use different
# options.
# DO NOT move or delete this file without updating
# https://github.com/dart-lang/sdk/blob/main/tools/bots/flutter/analyze_flutter_packages.sh
# and
# https://github.com/flutter/flutter/blob/main/dev/bots/test.dart
# which reference this file from source, but out-of-repo.
# Contact stuartmorgan or devoncarew for assistance if necessary.
# Opts out of unawaited_futures, matching flutter/flutter's disabling due
# to interactions with animation.
- animations
# Temporarily ignore tests that have yet to have their cross imports fixed.
# See https://github.com/flutter/flutter/issues/177028.
- cupertino_ui
# Deliberately uses flutter_lints, as that's what it is demonstrating.
- flutter_lints/example
# Has some test files that are intentionally broken to conduct dart fix tests.
# Also opts out of unawaited_futures, matching flutter/flutter.
- go_router
# Uses default formatter settings instead of custom repo settings since it
# serves as a golden for builder output tests.
- go_router_builder/example
# Temporarily ignore tests that have yet to have their cross imports fixed.
# See https://github.com/flutter/flutter/issues/177028.
- material_ui
# Has some constructions that are currently handled poorly by dart format.
- rfw/example
# Disables docs requirements, as it is test code.
- web_benchmarks/testing/test_app