Skip to content

Commit eb21b00

Browse files
kevmoocommit-bot@chromium.org
authored andcommitted
Improve the changelog entry for linter
- Order items to make them more parsable - Remove items that won't affect SDK users - Consolidated entries Change-Id: I855b81f22377d55aa19b12decef95a58f211fd94 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150800 Auto-Submit: Kevin Moore <[email protected]> Reviewed-by: Phil Quitslund <[email protected]> Commit-Queue: Phil Quitslund <[email protected]>
1 parent 6a36dba commit eb21b00

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

CHANGELOG.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -70,24 +70,22 @@
7070

7171
Updated the Linter to `0.1.117`, which includes:
7272

73-
* Fixed `directives_ordering` to remove third party package special-casing.
74-
* Fixed `unnecessary_lambdas` to check for tearoff assignability.
75-
* Fixed `prefer_is_empty` to special-case assert initializers and const contexts.
76-
* Test utilities moved to: `lib/src/test_utilities`.
7773
* New lint: `do_not_use_environment`.
78-
* New lint: `no_default_cases` (experimental).
7974
* New lint: `exhaustive_cases`.
80-
* Updated `type_annotate_public_apis` to allow inferred types in final field assignments.
81-
* Updated `prefer_mixin` to allow "legacy" SDK abstract class mixins.
82-
* New lint: `use_is_even_rather_than_modulo`.
83-
* Updated `unsafe_html` to use a `SecurityLintCode` (making it un-ignorable).
84-
* Improved `sized_box_for_whitespace` to address false-positives.
85-
* Fixed `unsafe_html` to check attributes and methods on extensions.
86-
* Extended `unsafe_html` to include `Window.open`, `Element.html` and
87-
`DocumentFragment.html` in unsafe API checks.
88-
* Improved docs for `sort_child_properties_last`.
89-
* (internal) `package:analyzer` API updates.
75+
* New lint: `no_default_cases` (experimental).
9076
* New lint: `sized_box_for_whitespace`.
77+
* New lint: `use_is_even_rather_than_modulo`.
78+
* Updated `directives_ordering` to remove third party package special-casing.
79+
* Updated `prefer_is_empty` to special-case assert initializers and const
80+
contexts.
81+
* Updated `prefer_mixin` to allow "legacy" SDK abstract class mixins.
82+
* Updated `sized_box_for_whitespace` to address false-positives.
83+
* Updated `type_annotate_public_apis` to allow inferred types in final field
84+
assignments.
85+
* Updated `unnecessary_lambdas` to check for tear-off assignability.
86+
* Updated `unsafe_html` to use a `SecurityLintCode` (making it un-ignorable) and
87+
to include `Window.open`, `Element.html` and `DocumentFragment.html` in unsafe
88+
API checks. Also added checks for attributes and methods on extensions.
9189

9290
### Dart VM
9391

0 commit comments

Comments
 (0)