File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ # 1.30.0
2+
3+ - new lint: ` enable_null_safety `
4+ - new lint: ` library_annotations `
5+ - miscellaneous documentation improvements
6+
17# 1.29.0
28
39- new lint: ` dangling_library_doc_comments `
3844 - ` prefer_const_constructors `
3945- new lint: ` implicit_call_tearoffs `
4046- new lint: ` unnecessary_library_directive `
41- - new lint: ` enable_null_safety `
4247
4348# 1.28.0
4449
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.29 .0' ;
6+ const String version = '1.30 .0' ;
Original file line number Diff line number Diff line change 11name : linter
2- version : 1.29 .0
2+ version : 1.30 .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