Skip to content

Commit

Permalink
rev to 3.0.0; prep to publish (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Oct 17, 2023
1 parent 90d350e commit 975c687
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
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

0 comments on commit 975c687

Please sign in to comment.