File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ # 1.25.0
2+
3+ - new lint: ` discarded_futures `
4+ - improved message and highlight range for
5+ ` no_duplicate_case_values `
6+ - performance improvements for ` lines_longer_than_80_chars ` ,
7+ ` prefer_const_constructors_in_immutables ` , and
8+ ` prefer_initializing_formals `
9+
110# 1.24.0
211
312- fix ` prefer_final_parameters ` to support super parameters
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.24 .0' ;
6+ const String version = '1.25 .0' ;
Original file line number Diff line number Diff line change 11name : linter
2- version : 1.24 .0
2+ version : 1.25 .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