Commit 87079f4
chore(repo): enable migrate_design_widgets to guard the migration
Without the lint nothing stops a new file importing
package:flutter/material.dart, silently reintroducing the split between
Flutter's Material types and material_ui's.
Enabling it is safe at the 3.44 floor even though that analyzer does not
recognise the rule. `undefined_lint` is reported against
analysis_options.yaml itself, so it only surfaces when that file is
inside the analysed directory. legacy_version_analyze runs
`cd packages/X/lib && dart analyze --fatal-infos .`, which leaves the
options file out of scope: verified exit 0 from lib/ versus exit 2 from
the package root with the same unknown rule enabled. The main analyze
job runs the latest stable, which knows the rule.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent a5b2a15 commit 87079f4
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
0 commit comments