Merge pull request #27 from koji-1009/chore/rule

chore: Remove avoid_equals_and_hash_code_on_mutable_classes
This commit is contained in:
Koji Wakamiya 2026-01-06 10:37:43 +09:00 committed by GitHub
commit 4865e64f89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ analyzer:
linter:
rules:
avoid_equals_and_hash_code_on_mutable_classes: true
type_annotate_public_apis: true
comment_references: true
prefer_const_constructors: true