File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 41
41
42
42
#### Linter
43
43
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.
46
59
- add new lint: ` combinators_ordering ` .
47
60
- fix ` use_colored_box ` and ` use_decorated_box ` to not over-report on containers without
48
61
a child.
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ vars = {
122
122
"intl_rev" : "7e3a1bbdeff241323f56295d8991c004bef815e6" ,
123
123
"jinja2_rev" : "2222b31554f03e62600cd7e383376a7c187967a1" ,
124
124
"json_rpc_2_rev" : "805e6536dd961d66f6b8cd46d8f3e61774f957c9" ,
125
- "linter_rev" : "b677397483251d55ce1aec8d170be7720b53fe26 " , # dev
125
+ "linter_rev" : "075a3b6abf54b38c295690ec8e043607654f2da3 " , # 1.27.0
126
126
"lints_rev" : "8294e5648ab49474541527e2911e72e4c5aefe55" ,
127
127
"logging_rev" : "d10e24844c2e01d3f6d2b5a1a2bb8717359c6a87" ,
128
128
"markdown_rev" : "e3f4bd28c9e61b522f75f291d4d6cfcfeccd83ee" , # b/236358256
You can’t perform that action at this time.
0 commit comments