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

Unified Diff: pkg/compiler/analysis_options.yaml

Issue 2944843002: All strong mode cleaning of dart2js. (Closed)
Patch Set: More issues discovered during testing. Created 3 years, 6 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/compiler/lib/src/closure.dart » ('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 fbbadd346652f81b32e437c83d5a6aaa7f6978af..828c0cce00f5fc906b3e3d2561d70638578629f8 100644
--- a/pkg/compiler/analysis_options.yaml
+++ b/pkg/compiler/analysis_options.yaml
@@ -10,17 +10,3 @@ analyzer:
todo: ignore
deprecated_member_use: ignore
-
- # TODO(ahe): Fix these.
- strong_mode_could_not_infer: ignore
- strong_mode_invalid_cast_function: ignore
- strong_mode_invalid_cast_function_expr: ignore
- strong_mode_invalid_cast_literal_map: ignore
- strong_mode_invalid_cast_method: ignore
- strong_mode_invalid_method_override: ignore
- strong_mode_invalid_method_override_from_base: ignore
- strong_mode_invalid_method_override_from_mixin: ignore
- strong_mode_invalid_super_invocation: ignore
- strong_mode_not_instantiated_bound: ignore
- strong_mode_top_level_instance_getter: ignore
- strong_mode_top_level_type_arguments: ignore
« no previous file with comments | « no previous file | pkg/compiler/lib/src/closure.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698