Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 975c687

Browse files
authored
rev to 3.0.0; prep to publish (#160)
1 parent 90d350e commit 975c687

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
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
82

93
- `core`:
104
- added `collection_methods_unrelated_type`
5+
- added `dangling_library_doc_comments`
116
- added `implicit_call_tearoffs`
127
- added `secure_pubspec_urls`
138
- added `type_literal_in_constant_pattern`
149
- added `use_string_in_part_of_directives`
1510
- removed `iterable_contains_unrelated_type`
1611
- removed `list_remove_unrelated_type`
12+
- removed `no_wildcard_variable_uses`
1713
- `recommended`:
1814
- added `unnecessary_to_list_in_spreads`
1915
- added `use_super_parameters`
2016
- removed `prefer_equal_for_default_values`
17+
- removed `prefer_void_to_null`
2118
- Add info about which lints have quick fixes to the package's readme.
2219
- Move the list of lint rules from the readme to a separate
2320
[rules.md](https://github.com/dart-lang/lints/blob/main/rules.md) file.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: lints
2-
version: 3.0.0-beta.2
2+
version: 3.0.0
33
description: >
44
Official Dart lint rules. Defines the 'core' and 'recommended' set of lints
55
suggested by the Dart team.

0 commit comments

Comments
 (0)