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

Unified Diff: pkg/compiler/analysis_options.yaml

Issue 3006893002: Refactor fuzzy arrow hints. (Closed)
Patch Set: Reland and refactor fuzzy arrow hints. 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
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 | « pkg/analyzer/test/src/task/strong/checker_test.dart ('k') | pkg/dev_compiler/lib/src/js_ast/type_printer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698