This repository was archived by the owner on Nov 20, 2024. It is now read-only.
Commit b4afc10 1 parent 8053b74 commit b4afc10 Copy full SHA for b4afc10
File tree 3 files changed +15
-3
lines changed
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
2
2
3
+ - new lint: ` combinators_ordering `
4
+ - fixed ` use_colored_box ` and ` use_decorated_box ` to not over-report
5
+ on containers without a child
3
6
- fixed false positive for ` unnecessary_parenthesis ` on a map-or-set
4
7
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
5
17
6
18
# 1.25.0
7
19
Original file line number Diff line number Diff line change 3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
5
/// 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 1
1
name : linter
2
- version : 1.26.0-dev
2
+ version : 1.26.0
3
3
4
4
description : >-
5
5
The implementation of the lint rules supported by the analyzer framework.
You can’t perform that action at this time.
0 commit comments