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
|