From b1109226d8c79480bd9ee8c8fafdffb08847fd16 Mon Sep 17 00:00:00 2001 From: Siva Date: Thu, 3 Jan 2019 10:55:50 -0800 Subject: [PATCH] Address code review comment. (#25995) --- analysis_options.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/analysis_options.yaml b/analysis_options.yaml index 6505656800..ba000aac35 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -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/**'