Skip to content

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

Merged
BraisGabin merged 1 commit into
detekt:mainfrom
t-kameyama:issue_6949
Feb 7, 2024
Merged

RedundantSuspendModifier: do not report when the function has 'actual' modifier#6951
BraisGabin merged 1 commit into
detekt:mainfrom
t-kameyama:issue_6949

Conversation

@t-kameyama
Copy link
Copy Markdown
Contributor

Fixes #6949

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

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
@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