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

UnusedPrivateMember: highlight declaration name #4928

Merged
merged 1 commit into from Jun 7, 2022

Conversation

t-kameyama
Copy link
Contributor

Fixes #4916

@codecov
Copy link

codecov bot commented Jun 7, 2022

Codecov Report

Merging #4928 (4f78d16) into main (23a03e1) will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##               main    #4928      +/-   ##
============================================
+ Coverage     84.80%   84.83%   +0.03%     
- Complexity     3488     3512      +24     
============================================
  Files           495      497       +2     
  Lines         11464    11549      +85     
  Branches       2122     2139      +17     
============================================
+ Hits           9722     9798      +76     
- Misses          685      686       +1     
- Partials       1057     1065       +8     
Impacted Files Coverage Δ
...turbosch/detekt/rules/style/UnusedPrivateMember.kt 92.81% <100.00%> (ø)
...rturbosch/detekt/rules/style/StyleGuideProvider.kt 100.00% <0.00%> (ø)
...bosch/detekt/formatting/wrappers/ImportOrdering.kt 100.00% <0.00%> (ø)
...osch/detekt/rules/complexity/ComplexityProvider.kt 100.00% <0.00%> (ø)
...sch/detekt/rules/bugs/MissingPackageDeclaration.kt 92.85% <0.00%> (ø)
...ch/detekt/rules/complexity/NestedScopeFunctions.kt 90.00% <0.00%> (ø)
...arturbosch/detekt/rules/style/ForbiddenSuppress.kt 84.84% <0.00%> (ø)
...ekt/generator/collection/ConfigurationCollector.kt 62.96% <0.00%> (+0.57%) ⬆️
...arturbosch/detekt/rules/bugs/CastToNullableType.kt 87.50% <0.00%> (+0.83%) ⬆️

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 23a03e1...4f78d16. Read the comment docs.

@cortinico cortinico added this to the 1.21.0 milestone Jun 7, 2022
@BraisGabin BraisGabin merged commit 0ecebd4 into detekt:main Jun 7, 2022
@t-kameyama t-kameyama deleted the issue_4916 branch June 7, 2022 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UnusedPrivateMember highlights KDoc, instead of member name.
4 participants