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

Commit 79b8433

Browse files
authored
1.32.0 (#3916)
1 parent b4c66e8 commit 79b8433

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1+
# 1.32.0
2+
3+
- update `avoid_types_as_parameter_names` to handle type variables
4+
- update `avoid_positional_boolean_parameters` to handle typedefs
5+
- improve `unnecessary_parenthesis` support for property accesses and method invocations
6+
- update `avoid_redundant_argument_values` to check parameters of redirecting constructors
7+
- performance improvements for `prefer_const_literals_to_create_immutables`
8+
- update `use_build_context_synchronously` to check context properties
9+
- fix false positive for `avoid_private_typedef_functions` with generalized type aliases
10+
111
# 1.31.0
212

3-
- updated `prefer_equal_for_default_values` to not report for SDKs `>=2.19`,
13+
- update `prefer_equal_for_default_values` to not report for SDKs `>=2.19`,
414
where this lint is now an analyzer diagnostic.
5-
- updated `unrelated_type_equality_checks` to support updated `package:fixnum`
15+
- update `unrelated_type_equality_checks` to support updated `package:fixnum`
616
structure.
717

818
# 1.30.0

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
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.31.0';
6+
const String version = '1.32.0';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: linter
2-
version: 1.31.0
2+
version: 1.32.0
33

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

0 commit comments

Comments
 (0)