Skip to content

Require unreachable expression parent to be '{'#3085

Merged
MichaelChirico merged 5 commits into
mainfrom
unreachable-switch
Jul 20, 2026
Merged

Require unreachable expression parent to be '{'#3085
MichaelChirico merged 5 commits into
mainfrom
unreachable-switch

Conversation

@MichaelChirico

@MichaelChirico MichaelChirico commented Jul 17, 2026

Copy link
Copy Markdown
Collaborator

Closes #3084, closes #3023

@codecov

codecov Bot commented Jul 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (257424b) to head (53b1338).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #3085   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          128       128           
  Lines         7423      7424    +1     
=========================================
+ Hits          7423      7424    +1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@MichaelChirico
MichaelChirico merged commit 708e047 into main Jul 20, 2026
21 checks passed
@MichaelChirico
MichaelChirico deleted the unreachable-switch branch July 20, 2026 14:49
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.

unreachable_code_linter() triggers on code after a switch with an error 'break' in switch() case flags later cases as "unreachable"

2 participants