chore: Remove avoid_equals_and_hash_code_on_mutable_classes

This commit is contained in:
Koji Wakamiya 2026-01-06 10:36:24 +09:00
parent 8043c304b9
commit 4ec49296da
No known key found for this signature in database
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