Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit b4afc10

Browse files
authored
1.26.0 (#3499)
* 1.26.0 * de-dup * + combinators_ordering
1 parent 8053b74 commit b4afc10

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
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

lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
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';

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: linter
2-
version: 1.26.0-dev
2+
version: 1.26.0
33

44
description: >-
55
The implementation of the lint rules supported by the analyzer framework.

0 commit comments

Comments
 (0)