Skip to content

Commit a5ff24c

Browse files
pqcommit-bot@chromium.org
authored andcommitted
+ go link
Change-Id: Ie0ce9b8d2864b399591497168c5ce93da878aee0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/173340 Reviewed-by: Brian Wilkerson <[email protected]> Reviewed-by: Devon Carew <[email protected]> Commit-Queue: Phil Quitslund <[email protected]>
1 parent c6e52ea commit a5ff24c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkg/dartdev/lib/src/commands/fix.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ class FixCommand extends DartdevCommand {
1919

2020
static final NumberFormat _numberFormat = NumberFormat.decimalPattern();
2121

22-
// todo (pq): add go link once redirect is live (https://github.com/dart-lang/sdk/issues/44261)
2322
static const String cmdDescription = '''Fix Dart source code.
2423
2524
This tool looks for and fixes analysis issues that have associated automated
26-
fixes or issues that have associated package API migration information.
25+
fixes or issues that have associated package API migration information. See
26+
dart.dev/go/dart-fix for more information about how the automated package API
27+
changes work.
2728
2829
To use the tool, run one of:
2930
- 'dart fix --dry-run' for a preview of the proposed changes for a project

0 commit comments

Comments
 (0)