Skip to content

chore: remove match_same_arms linter#678

Merged
farazdagi merged 1 commit intomainfrom
chore/match_same_arms
Apr 22, 2026
Merged

chore: remove match_same_arms linter#678
farazdagi merged 1 commit intomainfrom
chore/match_same_arms

Conversation

@farazdagi
Copy link
Copy Markdown
Contributor

Context

Removes too annoying match_same_arms linter.

Linter is normally used to prevent copy-paste accidental same arms in match expressions, but given our usage pattern (where order of items matter, and we intentionally have the same values in arms) -- the lint causes more issues than it solves.

@farazdagi farazdagi self-assigned this Apr 21, 2026
@farazdagi farazdagi requested a review from a team as a code owner April 21, 2026 23:43
@farazdagi farazdagi enabled auto-merge (squash) April 21, 2026 23:44
@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 78.507% (+0.2%) from 78.324% — chore/match_same_arms into main

Copy link
Copy Markdown
Contributor

@jmqd jmqd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@farazdagi farazdagi merged commit 57bff19 into main Apr 22, 2026
10 of 15 checks passed
@farazdagi farazdagi deleted the chore/match_same_arms branch April 22, 2026 00:48
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.

3 participants