This repository was archived by the owner on Nov 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1- # 1.26.0-dev
1+ # 1.26.0
22
3+ - new lint: ` combinators_ordering `
4+ - fixed ` use_colored_box ` and ` use_decorated_box ` to not over-report
5+ on containers without a child
36- fixed false positive for ` unnecessary_parenthesis ` on a map-or-set
47 literal at the start of an expression statement
8+ - fixed false positive for ` prefer_final_locals ` reporting on fields
9+ - fixed ` unnecessary_overrides ` to allow overrides on ` @Protected `
10+ members
11+ - fixed ` avoid_multiple_declarations_per_line ` false positive in
12+ ` for ` statements
13+ - fixed ` prefer_final_locals ` false positive on declaration lists
14+ with at least one non-final variable
15+ - fixed ` use_build_context_synchronously ` to handle ` await ` s in
16+ ` if ` conditions
517
618# 1.25.0
719
Original file line number Diff line number Diff line change 33// BSD-style license that can be found in the LICENSE file.
44
55/// Package version. Synchronized w/ pubspec.yaml.
6- const String version = '1.26.0-dev ' ;
6+ const String version = '1.26.0' ;
Original file line number Diff line number Diff line change 11name : linter
2- version : 1.26.0-dev
2+ version : 1.26.0
33
44description : >-
55 The implementation of the lint rules supported by the analyzer framework.
You can’t perform that action at this time.
0 commit comments