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

Unified Diff: tools/testing/dart/analysis_options.yaml

Issue 2903703002: Tighten types in test.dart even more. (Closed)
Patch Set: Play nicer with strong mode. Created 3 years, 7 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 | tools/testing/dart/android.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/analysis_options.yaml
diff --git a/tools/testing/dart/analysis_options.yaml b/tools/testing/dart/analysis_options.yaml
index a10d4c5a05c981eb3b5a454f1af297abfdf18b18..1a46de2ee05613c7d3562477fe7786580558ad0a 100644
--- a/tools/testing/dart/analysis_options.yaml
+++ b/tools/testing/dart/analysis_options.yaml
@@ -1,2 +1,3 @@
analyzer:
- strong-mode: true
+ strong-mode:
+ implicit-casts: false
« no previous file with comments | « no previous file | tools/testing/dart/android.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698