This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Commit 4e6692c
authored
Prevent
At some point, we inherited a change from the repo-level `analysis_options.yaml` that [allowed deprecated](#50575) members to be used. We rely on that analyzer error to prevent `solo: true` from being committed in our tests ([example](https://github.com/flutter/engine/blob/b7dddee939f2429e5fd3574a63f9dfac4f486a33/lib/web_ui/test/ui/line_metrics_test.dart#L179) of one that slipped recently).
This PR overrides the `deprecated_member_use` error to enable it inside the web engine.solo: true from being committed (#51712)1 parent 44c7351 commit 4e6692c
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 | | |
10 | 16 | | |
11 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments