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

NamedArguments: fix false positive on spread varargs #7283

Merged
merged 1 commit into from May 11, 2024

Conversation

t-kameyama
Copy link
Contributor

Fixes #7272

Copy link

codecov bot commented May 10, 2024

Codecov Report

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

Project coverage is 84.77%. Comparing base (f0f4727) to head (38fd6c3).
Report is 2 commits behind head on main.

Files Patch % Lines
...turbosch/detekt/rules/complexity/NamedArguments.kt 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #7283      +/-   ##
============================================
- Coverage     84.77%   84.77%   -0.01%     
- Complexity     3990     3992       +2     
============================================
  Files           578      578              
  Lines         12027    12026       -1     
  Branches       2478     2478              
============================================
- Hits          10196    10195       -1     
  Misses          606      606              
  Partials       1225     1225              

☔ 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 May 11, 2024
@BraisGabin BraisGabin added this to the 2.0.0 milestone May 11, 2024
@BraisGabin BraisGabin merged commit b553d95 into detekt:main May 11, 2024
20 of 21 checks passed
@t-kameyama t-kameyama deleted the issue_7272 branch May 11, 2024 11:08
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.

NamedArguments: False positive on spread varargs
3 participants