Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore]: enable unnecessary-stmt from revive #12062

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mmorel-35
Copy link
Contributor

Description

unnecessary-stmt: This rule suggests to remove redundant statements like a break at the end of a case block, for improving the code's readability.

@mmorel-35 mmorel-35 marked this pull request as ready for review January 9, 2025 22:24
@mmorel-35 mmorel-35 requested a review from a team as a code owner January 9, 2025 22:24
@mmorel-35 mmorel-35 requested a review from atoulme January 9, 2025 22:24
Copy link

codecov bot commented Jan 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.66%. Comparing base (e6a5aee) to head (8844252).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #12062      +/-   ##
==========================================
- Coverage   91.67%   91.66%   -0.01%     
==========================================
  Files         455      455              
  Lines       24010    24009       -1     
==========================================
- Hits        22010    22009       -1     
  Misses       1629     1629              
  Partials      371      371              

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

@mmorel-35 mmorel-35 force-pushed the revive/unnecessary-stmt branch from c7ae9a7 to 8844252 Compare January 10, 2025 06:32
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