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 with varargs #3294

Merged
merged 1 commit into from
Dec 18, 2020

Conversation

t-kameyama
Copy link
Contributor

Fixes #3291

@codecov
Copy link

codecov bot commented Dec 17, 2020

Codecov Report

Merging #3294 (833fe13) into master (2e89bd4) will decrease coverage by 0.00%.
The diff coverage is 66.66%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #3294      +/-   ##
============================================
- Coverage     80.02%   80.02%   -0.01%     
- Complexity     2667     2673       +6     
============================================
  Files           443      443              
  Lines          8126     8130       +4     
  Branches       1542     1545       +3     
============================================
+ Hits           6503     6506       +3     
  Misses          796      796              
- Partials        827      828       +1     
Impacted Files Coverage Δ Complexity Δ
...turbosch/detekt/rules/complexity/NamedArguments.kt 83.33% <66.66%> (-2.39%) 15.00 <9.00> (+6.00) ⬇️
...lab/arturbosch/detekt/core/FileProcessorLocator.kt 69.23% <0.00%> (ø) 5.00% <0.00%> (ø%)
.../arturbosch/detekt/core/reporting/ReportLocator.kt 92.30% <0.00%> (ø) 4.00% <0.00%> (ø%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2e89bd4...833fe13. Read the comment docs.

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.

NamedArguments rule: false positive with varargs
4 participants