Closed parlough closed 1 month ago
auto label is removed for dart-lang/webdev/2502, due to This PR has not met approval requirements for merging. The PR author is not a member of dart-team and needs 1 more review(s) in order to merge this PR.
auto label is removed for dart-lang/webdev/2502, due to - The status or check suite Maybe prevent submission has failed. Please fix the issues identified (or deflake) before re-applying this label.
Before this change, only
dwds
was set up to preferfinal
, while the other projects used an inconsistent mix ofvar
andfinal
. This PR pulls the declaration ofprefer_final_locals
out to the sharedanalysis_options.yaml
, addsprefer_final_in_for_each
as well, and applies the fixes across the repository.This will help reduce the question of which keyword to use when working in this repository.