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 +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1+ # 1.9.0
2+
3+ - marked ` avoid_dynamic_calls ` stable
4+ - (internal) removed unused ` MockPubVisitor ` and ` MockRule ` classes
5+ - fixed ` prefer_void_to_null ` false positive w/ overridden properties
6+ - (internal) removed references to ` NodeLintRule ` in lint rule declarations
7+ - fixed ` prefer_void_to_null ` false positive on overriding returns
8+ - fixed ` prefer_generic_function_type_aliases ` false positive w/ incomplete statements
9+ - fixed false positive for ` prefer_initializing_formals ` with factory constructors
10+ - fixed ` void_checks ` false positives with incomplete source
11+ - updated ` unnecessary_getters_setters ` to only flag the getter
12+ - improved messages for ` avoid_renaming_method_parameters `
13+ - fixed false positive in ` prefer_void_to_null `
14+ - fixed false positive in ` omit_local_variable_types `
15+ - fixed false positive in ` use_rethrow_when_possible `
16+ - performance improvements for ` annotate_overrides ` , ` prefer_contains ` , and ` prefer_void_to_null `
17+
118# 1.8.0
219
320- performance improvements for ` prefer_is_not_empty `
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.8 .0' ;
6+ const String version = '1.9 .0' ;
Original file line number Diff line number Diff line change 11name : linter
2- version : 1.8 .0
2+ version : 1.9 .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