-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
A-lintArea: New lintsArea: New lints
Description
What it does
If your update changes no fields, e.g. MyRecord {..value}
then the update is providing very little value, and value
directly would be better.
Lint Name
redundant_update
Category
style
Advantage
- Simpler.
Drawbacks
No response
Example
MyRecord { ..value}
Could be written as:
value
Metadata
Metadata
Assignees
Labels
A-lintArea: New lintsArea: New lints