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

UselessPostfixExpression - Fix #7037 false positive postfix #7084

Merged
merged 1 commit into from Mar 24, 2024

Conversation

psuzn
Copy link
Contributor

@psuzn psuzn commented Mar 24, 2024

Fix for #7037

@psuzn psuzn marked this pull request as ready for review March 24, 2024 06:26
Copy link

codecov bot commented Mar 24, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 83.67%. Comparing base (51b988a) to head (3126a04).

Files Patch % Lines
...osch/detekt/rules/bugs/UselessPostfixExpression.kt 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##               main    #7084   +/-   ##
=========================================
  Coverage     83.67%   83.67%           
  Complexity     3957     3957           
=========================================
  Files           578      578           
  Lines         12169    12170    +1     
  Branches       2516     2516           
=========================================
+ Hits          10182    10183    +1     
  Misses          731      731           
  Partials       1256     1256           

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

@cortinico cortinico added the pick request Marker for PRs that should be ported to the 1.0 release branch label Mar 24, 2024
@cortinico cortinico changed the title fix #7037 : false positive postfix UselessPostfixExpression.kt - Fix #7037 false positive postfix Mar 24, 2024
@cortinico cortinico changed the title UselessPostfixExpression.kt - Fix #7037 false positive postfix UselessPostfixExpression - Fix #7037 false positive postfix Mar 24, 2024
@BraisGabin BraisGabin merged commit b1c3dc2 into detekt:main Mar 24, 2024
20 of 21 checks passed
@detekt-ci
Copy link
Collaborator

Warnings
⚠️ This PR is approved with no milestone set. If merged, it won't appear in the detekt release notes.

Generated by 🚫 dangerJS against 3126a04

@cortinico cortinico added this to the 2.0.0 milestone Mar 24, 2024
cortinico pushed a commit that referenced this pull request Mar 24, 2024
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.

None yet

5 participants