13 lines
550 B
YAML
13 lines
550 B
YAML
include: packages/flutter_analysis_options/lib/analysis_options.yaml
|
|
|
|
analyzer:
|
|
errors:
|
|
# Ignore analyzer hints for updating pubspecs when using Future or
|
|
# Stream and not importing dart:async
|
|
# Please see https://github.com/flutter/flutter/pull/24528 for details.
|
|
sdk_version_async_exported_from_core: ignore
|
|
exclude:
|
|
- 'bin/cache/**'
|
|
# the following two are relative to the stocks example and the flutter package respectively
|
|
# see https://github.com/dart-lang/sdk/issues/28463
|
|
- 'lib/i18n/stock_messages_*.dart' |