Address code review comment. (#25995)

This commit is contained in:
Siva
2019-01-03 10:55:50 -08:00
committed by GitHub
parent 52e5cd24dc
commit b1109226d8

View File

@@ -28,7 +28,9 @@ analyzer:
missing_return: warning
# allow having TODOs in the code
todo: ignore
#
# 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/**'