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 +20
-3
lines changed
Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1+ # 1.23.0
2+
3+ - fixed ` no_leading_underscores_for_local_identifiers `
4+ to lint local function declarations
5+ - fixed ` avoid_init_to_null ` to correctly handle super
6+ initializing defaults that are non-null
7+ - updated ` no_leading_underscores_for_local_identifiers `
8+ to allow identifiers with just underscores
9+ - fixed ` flutter_style_todos ` to support usernames that
10+ start with a digit
11+ - updated ` require_trailing_commas ` to handle functions
12+ in asserts and multi-line strings
13+ - updated ` unsafe_html ` to allow assignments to
14+ ` img.src `
15+ - fixed ` unnecessary_null_checks ` to properly handle map
16+ literal entries
17+
118# 1.22.0
219
320- fixed false positives for ` unnecessary_getters_setters `
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.22 .0' ;
6+ const String version = '1.23 .0' ;
Original file line number Diff line number Diff line change 11name : linter
2- version : 1.22 .0
2+ version : 1.23 .0
33
44description : >-
55 The implementation of the lint rules supported by the analyzer framework.
@@ -12,7 +12,7 @@ environment:
1212 sdk : ' >=2.15.0 <3.0.0'
1313
1414dependencies :
15- analyzer : ^3.4.1
15+ analyzer : ^4.0.0
1616 args : ^2.0.0
1717 collection : ^1.15.0
1818 glob : ^2.0.0
You can’t perform that action at this time.
0 commit comments