This repository was archived by the owner on Jan 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
- ## 3.0.0-beta.2
2
-
3
- - Add ` dangling_library_doc_comments ` to core.
4
- - Remove ` no_wildcard_variable_uses ` from core.
5
- - Remove ` prefer_void_to_null ` from recommended.
6
-
7
- ## 3.0.0-beta
1
+ ## 3.0.0
8
2
9
3
- ` core ` :
10
4
- added ` collection_methods_unrelated_type `
5
+ - added ` dangling_library_doc_comments `
11
6
- added ` implicit_call_tearoffs `
12
7
- added ` secure_pubspec_urls `
13
8
- added ` type_literal_in_constant_pattern `
14
9
- added ` use_string_in_part_of_directives `
15
10
- removed ` iterable_contains_unrelated_type `
16
11
- removed ` list_remove_unrelated_type `
12
+ - removed ` no_wildcard_variable_uses `
17
13
- ` recommended ` :
18
14
- added ` unnecessary_to_list_in_spreads `
19
15
- added ` use_super_parameters `
20
16
- removed ` prefer_equal_for_default_values `
17
+ - removed ` prefer_void_to_null `
21
18
- Add info about which lints have quick fixes to the package's readme.
22
19
- Move the list of lint rules from the readme to a separate
23
20
[ rules.md] ( https://github.com/dart-lang/lints/blob/main/rules.md ) file.
Original file line number Diff line number Diff line change 1
1
name : lints
2
- version : 3.0.0-beta.2
2
+ version : 3.0.0
3
3
description : >
4
4
Official Dart lint rules. Defines the 'core' and 'recommended' set of lints
5
5
suggested by the Dart team.
You can’t perform that action at this time.
0 commit comments