Skip to content

Commit 63a8298

Browse files
authored
Update links to old linter site to dart.dev (#129866)
Removes the remaining links to the old linter site, to the guaranteed dart.dev/lints redirect. Contributes to https://github.com/dart-lang/linter/issues/4460 and dart-lang/site-www#4499
1 parent aa5f4a2 commit 63a8298

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

packages/flutter/lib/src/widgets/routes.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1813,9 +1813,9 @@ abstract class PopupRoute<T> extends ModalRoute<T> {
18131813
///
18141814
/// ## Type arguments
18151815
///
1816-
/// When using more aggressive
1817-
/// [lints](http://dart-lang.github.io/linter/lints/), in particular lints such
1818-
/// as `always_specify_types`, the Dart analyzer will require that certain types
1816+
/// When using more aggressive [lints](https://dart.dev/lints),
1817+
/// in particular lints such as `always_specify_types`,
1818+
/// the Dart analyzer will require that certain types
18191819
/// be given with their type arguments. Since the [Route] class and its
18201820
/// subclasses have a type argument, this includes the arguments passed to this
18211821
/// class. Consider using `dynamic` to specify the entire class of routes rather

packages/flutter_tools/templates/app_shared/analysis_options.yaml.tmpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ linter:
1616
# The lint rules applied to this project can be customized in the
1717
# section below to disable rules from the `package:flutter_lints/flutter.yaml`
1818
# included above or to enable additional rules. A list of all available lints
19-
# and their documentation is published at
20-
# https://dart-lang.github.io/linter/lints/index.html.
19+
# and their documentation is published at https://dart.dev/lints.
2120
#
2221
# Instead of disabling a lint rule for the entire project in the
2322
# section below, it can also be suppressed for a single line of code

0 commit comments

Comments
 (0)