fix linter entry for 2.15

Change-Id: I71dba6fbbe2a2b4fbda0703aed40a42a6b8f4eac
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/221166
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2021-11-24 17:05:12 +00:00 committed by commit-bot@chromium.org
parent 8f8e6a7ed1
commit e1a8269ab9

View file

@ -25,6 +25,17 @@
[an issue]: https://github.com/dart-lang/sdk/issues/new [an issue]: https://github.com/dart-lang/sdk/issues/new
#### Linter
Updated the Linter to `1.15.0`, which includes changes that
- adds new lint: `use_decorated_box`.
- adds new lint: `no_leading_underscores_for_library_prefixes`.
- adds new lint: `no_leading_underscores_for_local_identifiers`.
- adds new lint: `secure_pubspec_urls`.
- adds new lint: `sized_box_shrink_expand`.
- adds new lint: `avoid_final_parameters`.
- improves docs for `omit_local_variable_types`.
## 2.15.0 ## 2.15.0
### Language ### Language
@ -415,14 +426,7 @@ them, you must set the lower bound on the SDK constraint for your package to
#### Linter #### Linter
Updated the Linter to `1.15.0`, which includes changes that Updated the Linter to `1.14.0`, which includes changes that
- adds new lint: `use_decorated_box`.
- adds new lint: `no_leading_underscores_for_library_prefixes`.
- adds new lint: `no_leading_underscores_for_local_identifiers`.
- adds new lint: `secure_pubspec_urls`.
- adds new lint: `sized_box_shrink_expand`.
- adds new lint: `avoid_final_parameters`.
- improves docs for `omit_local_variable_types`.
- fix `omit_local_variable_types` to not flag a local type that is - fix `omit_local_variable_types` to not flag a local type that is
required for inference. required for inference.
- allow `while (true) { ... }` in `literal_only_boolean_expressions`. - allow `while (true) { ... }` in `literal_only_boolean_expressions`.