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 +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1+ # 1.19.0
2+
3+ - new lint: ` user_super_initializers `
4+ - new lint: ` use_enums `
5+ - new lint: ` used_colored_box `
6+ - performance improvements for ` sort_constructors `
7+ - doc improvements for ` always_use_package_imports ` ,
8+ ` avoid_print ` , and ` avoid_relative_lib_imports `
9+ - update ` avoid_void_async ` to skip ` main ` functions
10+ - update ` prefer_final_parameters ` to not super on super params
11+ - lint updates for enhanced-enums and super-initializer language
12+ features
13+ - updated ` unnecessary_late ` to report on the variable name
14+ - marked ` null_check_on_nullable_type_parameter ` stable
15+
116# 1.18.0
217
318- extend ` camel_case_types ` to cover enums
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.18 .0' ;
6+ const String version = '1.19 .0' ;
Original file line number Diff line number Diff line change 11name : linter
2- version : 1.18 .0
2+ version : 1.19 .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