Skip to content

Commit

Permalink
feat: Remove avoid_equals_and_hash_code_on_mutable_classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
vxern committed May 28, 2023
1 parent bb9ac29 commit 0e46038
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.4.2

- Remove:
- Core:
- `avoid_equals_and_hash_code_on_mutable_classes`: Requires the `meta`
package, which not everybody wants to use.

## 0.4.1

- Remove:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ environment:
sdk: '>=3.0.0 <4.0.0'

dev_dependencies:
words: ^0.4.1
words: ^0.4.2
1 change: 0 additions & 1 deletion lib/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ linter:
- avoid_catches_without_on_clauses
- avoid_classes_with_only_static_members
- avoid_double_and_int_checks
- avoid_equals_and_hash_code_on_mutable_classes
- avoid_escaping_inner_quotes
- avoid_field_initializers_in_const_classes
- avoid_final_parameters
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: words
version: 0.4.1
version: 0.4.2

description: >-
A curated collection of lints for use by Dart packages to ensure
Expand Down

0 comments on commit 0e46038

Please sign in to comment.