[analyzer] Add quick fix for sort_pub_dependencies lint#62283
[analyzer] Add quick fix for sort_pub_dependencies lint#62283nathannewyen wants to merge 1 commit intodart-lang:mainfrom
Conversation
Adds a quick fix that sorts dependencies alphabetically in pubspec.yaml when the sort_pub_dependencies lint is triggered. Fixes dart-lang#47958
|
Thank you for your contribution! This project uses Gerrit for code reviews. Your pull request has automatically been converted into a code review at: https://dart-review.googlesource.com/c/sdk/+/469400 Please wait for a developer to review your code review at the above link; you can speed up the review if you sign into Gerrit and manually add a reviewer that has recently worked on the relevant code. See CONTRIBUTING.md to learn how to upload changes to Gerrit directly. Additional commits pushed to this PR will update both the PR and the corresponding Gerrit CL. After the review is complete on the CL, your reviewer will merge the CL (automatically closing this PR). |
|
@nathannewyen if you are still working on this please address comments that reviewer has left on Gerrit. Otherwise please close PR. |
|
Seems stale. If you decide to return to this - please ping us. |
Adds a quick fix that sorts dependencies alphabetically in pubspec.yaml when the
sort_pub_dependencieslint is triggered.Changes
sortDependenciesFixKind_sortPubDependencies()in PubspecFixGeneratorFixes #47958