Files
flutter/analysis_options.yaml
Dan Field d4d1b29a35 move analysis_options to package (#26244)
* move analysis_options to package
2019-01-10 18:53:01 -08:00

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'