@@ -42,7 +42,7 @@ linter:
4242 # The lint rules applied to this project can be customized in the
4343 # section below to disable rules from the `package:flutter_lints/flutter.yaml`
4444 # included above or to enable additional rules. A list of all available lints
45- # and their documentation is published at https://dart.dev/lints .
45+ # and their documentation is published at https://dart.dev/tools/linter-rules .
4646 #
4747 # Instead of disabling a lint rule for the entire project in the
4848 # section below, it can also be suppressed for a single line of code
@@ -54,7 +54,7 @@ linter:
5454 # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
5555
5656# Additional information about this file can be found at
57- # https://dart.dev/guides/language/ analysis-options
57+ # https://dart.dev/tools/ analysis
5858```
5959
6060## Adding new lints
@@ -71,7 +71,7 @@ bump. To keep churn low, lints are not added one-by-one, but in one batch
7171following a review of all accumulated suggestions since the previous review.
7272
7373[ Flutter ] : https://flutter.dev
74- [ dart analyzer ] : https://dart.dev/guides/language/ analysis-options
74+ [ dart analyzer ] : https://dart.dev/tools/ analysis
7575[ Dart-enabled IDEs ] : https://dart.dev/tools#ides-and-editors
7676[ package:lints ] : https://pub.dev/packages/lints
7777[ lint proposal ] : https://github.com/dart-lang/lints/issues/new?&labels=type-lint&template=lint-propoposal.md
0 commit comments