Skip to content

Commit 01d16a4

Browse files
authored
[flutter_lints] Updates various links (#6400)
1 parent 014cf20 commit 01d16a4

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

packages/flutter_lints/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## NEXT
1+
## 3.0.2
22

33
* Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.
4+
* Updates various links in comments and documentation.
45

56
## 3.0.1
67

packages/flutter_lints/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
7171
following 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

packages/flutter_lints/example/analysis_options.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ linter:
1313
# The lint rules applied to this project can be customized in the
1414
# section below to disable rules from the `package:flutter_lints/flutter.yaml`
1515
# included above or to enable additional rules. A list of all available lints
16-
# and their documentation is published at https://dart.dev/lints.
16+
# and their documentation is published at https://dart.dev/tools/linter-rules.
1717
#
1818
# Instead of disabling a lint rule for the entire project in the
1919
# section below, it can also be suppressed for a single line of code
@@ -25,4 +25,4 @@ linter:
2525
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
2626

2727
# Additional information about this file can be found at
28-
# https://dart.dev/guides/language/analysis-options
28+
# https://dart.dev/tools/analysis

packages/flutter_lints/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_lints
22
description: Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices.
33
repository: https://github.com/flutter/packages/tree/main/packages/flutter_lints
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_lints%22
5-
version: 3.0.1
5+
version: 3.0.2
66

77
environment:
88
sdk: ^3.1.0

0 commit comments

Comments
 (0)