Chromium Code Reviews

Unified Diff: pkg/dev_compiler/test/options/analysis_options_2.yaml

Issue 2598593003: support --options flag and other analysis options flags in DDC (Closed)
Patch Set: fix tests Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: pkg/dev_compiler/test/options/analysis_options_2.yaml
diff --git a/pkg/dev_compiler/test/options/analysis_options_2.yaml b/pkg/dev_compiler/test/options/analysis_options_2.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..d91a15aba7749a3684800a28e433c7654cc76af4
--- /dev/null
+++ b/pkg/dev_compiler/test/options/analysis_options_2.yaml
@@ -0,0 +1,4 @@
+analyzer:
+ strong-mode: true
+ errors:
+ duplicate_definition: ignore

Powered by Google App Engine