Chromium Code Reviews| Index: tools/testing/dart/.analysis_options |
| diff --git a/tools/testing/dart/.analysis_options b/tools/testing/dart/.analysis_options |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a10d4c5a05c981eb3b5a454f1af297abfdf18b18 |
| --- /dev/null |
| +++ b/tools/testing/dart/.analysis_options |
| @@ -0,0 +1,2 @@ |
| +analyzer: |
|
kevmoo
2017/05/04 04:22:52
please use `analysis_options.yaml`
|
| + strong-mode: true |