Unverified Commit b1109226 authored by Siva's avatar Siva Committed by GitHub

Address code review comment. (#25995)

parent 52e5cd24
...@@ -28,7 +28,9 @@ analyzer: ...@@ -28,7 +28,9 @@ analyzer:
missing_return: warning missing_return: warning
# allow having TODOs in the code # allow having TODOs in the code
todo: ignore 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 sdk_version_async_exported_from_core: ignore
exclude: exclude:
- 'bin/cache/**' - 'bin/cache/**'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment