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 +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 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
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.31 .0' ;
6+ const String version = '1.32 .0' ;
Original file line number Diff line number Diff line change 11name : linter
2- version : 1.31 .0
2+ version : 1.32 .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