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

RedundantSuspendModifier: do not report when the function has 'actual' modifier #6951

Merged
merged 1 commit into from Feb 7, 2024

Conversation

t-kameyama
Copy link
Contributor

Fixes #6949

@detekt-ci detekt-ci added the rules label Feb 7, 2024
Copy link

codecov bot commented Feb 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (339efcd) 83.79% compared to head (4ff1b58) 83.79%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #6951   +/-   ##
=========================================
  Coverage     83.79%   83.79%           
- Complexity     3931     3932    +1     
=========================================
  Files           579      579           
  Lines         12100    12100           
  Branches       2506     2506           
=========================================
  Hits          10139    10139           
  Misses          710      710           
  Partials       1251     1251           

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

@BraisGabin BraisGabin added the pick request Marker for PRs that should be ported to the 1.0 release branch label Feb 7, 2024
@BraisGabin BraisGabin added this to the 2.0.0 milestone Feb 7, 2024
@BraisGabin BraisGabin merged commit 3021b90 into detekt:main Feb 7, 2024
21 checks passed
@t-kameyama t-kameyama deleted the issue_6949 branch February 7, 2024 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pick request Marker for PRs that should be ported to the 1.0 release branch rules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RedundantSuspendModifier false positive with expect/actual class
3 participants