-
Notifications
You must be signed in to change notification settings - Fork 29.7k
[flutter_tools] delete flutter format command #129360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
eliasyishak
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
jonahwilliams
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
auto label is removed for flutter/flutter, pr: 129360, Mergeability of pull request flutter/flutter/129360 could not be determined at time of merge.. |
It was removed in 3.12: flutter/flutter#129360
It was removed in 3.12: flutter/flutter#129360 This updates the README and our CI job.
On the current stable branch (3.10.x),
flutter formatno longer works, and gives an error. This change just deletes the code.Fixes #115809