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

Fix false positive with UnusedPrivateMember on parameter of a protected function #4007

Merged
merged 1 commit into from Aug 6, 2021

Conversation

cortinico
Copy link
Member

Fixes #4006

@codecov
Copy link

codecov bot commented Aug 6, 2021

Codecov Report

Merging #4007 (f3b1aef) into main (23ffe7c) will decrease coverage by 0.00%.
The diff coverage is 50.00%.

❗ Current head f3b1aef differs from pull request most recent head 1f9011a. Consider uploading reports for the commit 1f9011a to get more accurate results
Impacted file tree graph

@@             Coverage Diff              @@
##               main    #4007      +/-   ##
============================================
- Coverage     83.55%   83.54%   -0.01%     
  Complexity     3179     3179              
============================================
  Files           459      459              
  Lines          9085     9086       +1     
  Branches       1765     1765              
============================================
  Hits           7591     7591              
- Misses          564      565       +1     
  Partials        930      930              
Impacted Files Coverage Δ
...o/gitlab/arturbosch/detekt/rules/KtModifierList.kt 84.61% <0.00%> (-7.06%) ⬇️
...turbosch/detekt/rules/style/UnusedPrivateMember.kt 91.36% <100.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 23ffe7c...1f9011a. Read the comment docs.

@schalkms schalkms merged commit a2c433e into detekt:main Aug 6, 2021
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.

False Positive with UnusedPrivateMember on parameter of a protected function
3 participants