From e479ca5d82bab5f3165c2aec73e7d33474cedbbc Mon Sep 17 00:00:00 2001 From: Maurice Parrish <10687576+bparrishMines@users.noreply.github.com> Date: Tue, 11 Jul 2023 16:27:53 -0400 Subject: [PATCH] [ci] Remove webview_flutter implementation opt outs for custom analysis (#4438) https://github.com/flutter/flutter/issues/127323 has been closed and the packages no longer have the custom analysis files. --- script/configs/custom_analysis.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/script/configs/custom_analysis.yaml b/script/configs/custom_analysis.yaml index 206462f8a3..062ceb2a06 100644 --- a/script/configs/custom_analysis.yaml +++ b/script/configs/custom_analysis.yaml @@ -11,10 +11,6 @@ # which references this file from source, but out-of-repo. # Contact stuartmorgan or devoncarew for assistance if necessary. -# Temporary opt-outs of unawaited_futures; see -# https://github.com/flutter/flutter/issues/127323 -- webview_flutter/webview_flutter_android -- webview_flutter/webview_flutter_wkwebview # Opts out of unawaited_futures, matching flutter/flutter's disabling due # to interactions with animation. - animations