Skip to content

refactor: use unnamed pattern for unused switch bindings (Sonar S1481)#66

Merged
dfa1 merged 1 commit into
mainfrom
chore/sonar-unused-patterns
Jun 19, 2026
Merged

refactor: use unnamed pattern for unused switch bindings (Sonar S1481)#66
dfa1 merged 1 commit into
mainfrom
chore/sonar-unused-patterns

Conversation

@dfa1

@dfa1 dfa1 commented Jun 19, 2026

Copy link
Copy Markdown
Owner

Replace unused type-pattern bindings (case X ignored ->) and unused record
pattern components with the unnamed variable _.

Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com

Replace unused type-pattern bindings (case X ignored ->) and unused record
pattern components with the unnamed variable `_`.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@dfa1 dfa1 merged commit 9fc2fe5 into main Jun 19, 2026
6 checks passed
@dfa1 dfa1 deleted the chore/sonar-unused-patterns branch June 19, 2026 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant