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

Unified Diff: test/data/options_tests_project/.analysis_options

Issue 1412293005: Defer to engine for option-aware context config. (Closed) Base URL: https://github.com/dart-lang/analyzer_cli.git@master
Patch Set: Created 5 years, 2 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 | « test/data/no_lints_project/test_file.dart ('k') | test/data/options_tests_project/test_file.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/data/options_tests_project/.analysis_options
diff --git a/test/data/options_tests_project/.analysis_options b/test/data/options_tests_project/.analysis_options
new file mode 100644
index 0000000000000000000000000000000000000000..ebd4e644ec48ddebf9c5f5ef431bc53c521dbc96
--- /dev/null
+++ b/test/data/options_tests_project/.analysis_options
@@ -0,0 +1,5 @@
+analyzer:
+ errors:
+ unused_local_variable: ignore
+ language:
+ enableSuperMixins: true
« no previous file with comments | « test/data/no_lints_project/test_file.dart ('k') | test/data/options_tests_project/test_file.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698