Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(621)

Unified Diff: pkg/compiler/analysis_options.yaml

Issue 3004143002: Disable fuzzy arrow hints in front_end and dart2js (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/front_end/analysis_options.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/analysis_options.yaml
diff --git a/pkg/compiler/analysis_options.yaml b/pkg/compiler/analysis_options.yaml
index 828c0cce00f5fc906b3e3d2561d70638578629f8..0497ae31983d7c044a9af154792a40a4b6a31188 100644
--- a/pkg/compiler/analysis_options.yaml
+++ b/pkg/compiler/analysis_options.yaml
@@ -8,5 +8,7 @@ analyzer:
enableSuperMixins: false
errors:
todo: ignore
-
+ # https://github.com/dart-lang/sdk/issues/30589
+ # TODO(leafp): remove once #30589 is resolved
+ uses_dynamic_as_bottom: ignore
deprecated_member_use: ignore
« no previous file with comments | « no previous file | pkg/front_end/analysis_options.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698