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

Unified Diff: pkg/analyzer_cli/test/data/options_tests_project/.analysis_options

Issue 1529243002: Fix `analyzer_cli` error overrides (#24452). (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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/analyzer_cli/test/data/options_tests_project/.analysis_options
diff --git a/pkg/analyzer_cli/test/data/options_tests_project/.analysis_options b/pkg/analyzer_cli/test/data/options_tests_project/.analysis_options
index ebd4e644ec48ddebf9c5f5ef431bc53c521dbc96..1d2a8416fcc24d5f7cc09de4d6ea2f28460844f9 100644
--- a/pkg/analyzer_cli/test/data/options_tests_project/.analysis_options
+++ b/pkg/analyzer_cli/test/data/options_tests_project/.analysis_options
@@ -1,5 +1,7 @@
analyzer:
errors:
unused_local_variable: ignore
+ missing_return: error
+ undefined_function: warning
language:
enableSuperMixins: true
« no previous file with comments | « pkg/analyzer_cli/lib/src/error_formatter.dart ('k') | pkg/analyzer_cli/test/data/options_tests_project/test_file.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698