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

rev to 3.0.0; prep to publish #160

Merged
merged 1 commit into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
## 3.0.0-beta.2

- Add `dangling_library_doc_comments` to core.
- Remove `no_wildcard_variable_uses` from core.
- Remove `prefer_void_to_null` from recommended.

## 3.0.0-beta
## 3.0.0

- `core`:
- added `collection_methods_unrelated_type`
- added `dangling_library_doc_comments`
- added `implicit_call_tearoffs`
- added `secure_pubspec_urls`
- added `type_literal_in_constant_pattern`
- added `use_string_in_part_of_directives`
- removed `iterable_contains_unrelated_type`
- removed `list_remove_unrelated_type`
- removed `no_wildcard_variable_uses`
- `recommended`:
- added `unnecessary_to_list_in_spreads`
- added `use_super_parameters`
- removed `prefer_equal_for_default_values`
- removed `prefer_void_to_null`
- Add info about which lints have quick fixes to the package's readme.
- Move the list of lint rules from the readme to a separate
[rules.md](https://github.com/dart-lang/lints/blob/main/rules.md) file.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: lints
version: 3.0.0-beta.2
version: 3.0.0
description: >
Official Dart lint rules. Defines the 'core' and 'recommended' set of lints
suggested by the Dart team.
Expand Down