| Index: runtime/observatory/.analysis_options
|
| diff --git a/runtime/observatory/.analysis_options b/runtime/observatory/.analysis_options
|
| index 192df4cd17f4146271508a65578f2f579f47ca8c..c3f150b71d81a67f841864355510449c2d1c1ec4 100644
|
| --- a/runtime/observatory/.analysis_options
|
| +++ b/runtime/observatory/.analysis_options
|
| @@ -1,8 +1,9 @@
|
| analyzer:
|
| + errors:
|
| + dead_code: ignore
|
| + unused_local_variable: ignore
|
| exclude:
|
| - - tests/service/address_mapper_test.dart
|
| + - tests/service/bad_reload/v2/main.dart
|
| + - tests/service/complex_reload/v2/main.dart
|
| - tests/service/developer_extension_test.dart
|
| - - tests/service/evaluate_in_async_star_activation_test.dart
|
| - - tests/service/evaluate_in_sync_star_activation_test.dart
|
| - tests/service/get_isolate_after_language_error_test.dart
|
| - - tests/service/pause_on_unhandled_exceptions_test.dart
|
|
|