Skip to content

Commit 9445bb7

Browse files
committed
feat: collection_methods_unrelated_type
dart-archive/linter#3692
1 parent 78c7f54 commit 9445bb7

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## HEAD
2+
3+
**Prerelease**
4+
5+
6+
7+
- `collection_methods_unrelated_type` [dart-lang/linter#3692][]
8+
19
## [2.19.0-2][2.19.0]
210

311
**Prerelease**
@@ -106,6 +114,7 @@
106114
[2.13.0]: https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#2130
107115
[2.12.0]: https://github.com/dart-lang/sdk/blob/master/CHANGELOG.md#2120---2021-03-03
108116

117+
[[email protected]]: https://pub.dev/packages/linter/changelog#1300
109118
[[email protected]]: https://pub.dev/packages/linter/changelog#1280
110119
[[email protected]]: https://pub.dev/packages/linter/changelog#1260
111120
[[email protected]]: https://pub.dev/packages/linter/changelog#1250
@@ -154,3 +163,4 @@
154163
[dart-lang/linter#3497]: https://github.com/dart-lang/linter/pull/3497
155164
[dart-lang/linter#3513]: https://github.com/dart-lang/linter/pull/3513
156165
[dart-lang/linter#3567]: https://github.com/dart-lang/linter/pull/3567
166+
[dart-lang/linter#3692]: https://github.com/dart-lang/linter/pull/3692

lib/analysis_options.2.19.0.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ linter:
5858
- cascade_invocations
5959
- cast_nullable_to_non_nullable
6060
- close_sinks
61+
- collection_methods_unrelated_type
6162
- combinators_ordering
6263
- comment_references
6364
- conditional_uri_does_not_exist

0 commit comments

Comments
 (0)