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

Unified Diff: .analysis_options

Issue 2068363002: pkg/test: Resolve a number of analyzer warnings (Closed) Base URL: https://github.com/dart-lang/test.git@master
Patch Set: Created 4 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 | lib/src/runner/browser/content_shell.dart » ('j') | lib/src/runner/browser/content_shell.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .analysis_options
diff --git a/.analysis_options b/.analysis_options
index a10d4c5a05c981eb3b5a454f1af297abfdf18b18..32fe5bc60d6a8facc7f56aa336a4e5a35c6a43f5 100644
--- a/.analysis_options
+++ b/.analysis_options
@@ -1,2 +1,4 @@
analyzer:
strong-mode: true
+ exclude:
+ - test/**/*.dart
nweiz 2016/06/20 20:51:36 What does this do exactly? Is there a way to run t
kevmoo 2016/06/20 20:57:49 This excludes the files in the test directory from
« no previous file with comments | « no previous file | lib/src/runner/browser/content_shell.dart » ('j') | lib/src/runner/browser/content_shell.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698