Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 11e2bf9

Browse files
pqCommit Bot
authored and
Commit Bot
committed
linter 1.27.0
Flutter engine fixes: flutter/engine#35100 Flutter tools fixes: flutter/flutter#108836 Flutter plugins test fixes: flutter/plugins#6173 Flutter plugins script fixes: flutter/plugins#6175 Flutter plugins testing/scenario_app: flutter/engine#35165 (Internal) linter test execution fixes: cl/464897186 Change-Id: Ica7cbcba7599d1367fc67e088ff634398a160df7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/253501 Commit-Queue: Phil Quitslund <[email protected]> Reviewed-by: Konstantin Shcheglov <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]>
1 parent a4f21c8 commit 11e2bf9

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,21 @@
4141

4242
#### Linter
4343

44-
Updated the Linter to `1.26.0`, which includes changes that
45-
44+
Updated the Linter to `1.27.0`, which includes changes that
45+
46+
- fix `avoid_redundant_argument_values` when referencing required
47+
parameters in legacy libraries.
48+
- improve performance for `use_late_for_private_fields_and_variables`.
49+
- add new lint: `use_string_in_part_of_directives`.
50+
- fix `use_super_parameters` false positives with repeated super
51+
parameter references.
52+
- update `use_late_for_private_fields_and_variables` to handle enums.
53+
- fix `prefer_contains` false positives when a start index is non-zero.
54+
- improve `noop_primitive_operations` to catch `.toString()`
55+
in string interpolations.
56+
- update `public_member_api_docs` to report diagnostics on extension
57+
names (instead of bodies).
58+
- add miscellaneous documentation improvements.
4659
- add new lint: `combinators_ordering`.
4760
- fix `use_colored_box` and `use_decorated_box` to not over-report on containers without
4861
a child.

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ vars = {
122122
"intl_rev": "7e3a1bbdeff241323f56295d8991c004bef815e6",
123123
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
124124
"json_rpc_2_rev": "805e6536dd961d66f6b8cd46d8f3e61774f957c9",
125-
"linter_rev": "b677397483251d55ce1aec8d170be7720b53fe26", # dev
125+
"linter_rev": "075a3b6abf54b38c295690ec8e043607654f2da3", # 1.27.0
126126
"lints_rev": "8294e5648ab49474541527e2911e72e4c5aefe55",
127127
"logging_rev": "d10e24844c2e01d3f6d2b5a1a2bb8717359c6a87",
128128
"markdown_rev": "e3f4bd28c9e61b522f75f291d4d6cfcfeccd83ee", # b/236358256

0 commit comments

Comments
 (0)