configure code generation based on enabled lints #49558
Labels
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
devexp-assist
Issues with analysis server assists
devexp-quick-fix
Issues with analysis server (quick) fixes
devexp-refactoring
Issues with analysis server refactorings
devexp-ux
P2
A bug or feature request we're likely to work on
type-enhancement
A request for a change that isn't a bug
Where possible, code that is generated by assists, fixes, refactorings and snippets should be idiomatic with respect to enabled lints. (For example, trailing commas should be inserted where appropriate, absolute imports preferred,
var
vs.final
locals, etc.)var
orfinal
based on enabled lints #49561sort_child_properties_last
#49562The text was updated successfully, but these errors were encountered: