1519292b7a
Adds details to make applying individual fixes easier. Example output: ``` 3 proposed fixes in 1 file. foo/baz/main.dart annotate_overrides • 1 fix prefer_single_quotes • 2 fixes To fix an individual diagnostic, run one of the following commands: dart fix --apply --code=no_duplicate_case_values . dart fix --apply --code=unused_imports . To fix all diagnostics, run: dart fix --apply . ``` See: https://github.com/dart-lang/sdk/issues/47219 Change-Id: Ibc89388acabe868fe3253d802e03481d853646ac Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/256367 Commit-Queue: Phil Quitslund <pquitslund@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>