Open
Description
The current dart fix --code
support works by filtering diagnostics which means that it can only be used to apply fixes for lints that are enabled via analysis options. In some cases it might be useful to allow fix
to enable lints that are not explicitly enumerated in options (see e.g., #47219 (comment)).
/fyi @mit-mit @bwilkerson @davidmorgan @jacob314
(Follow-on issue from #47219 which tracks the main dart --apply --code
feature.)