Skip to content

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

Merged
schalkms merged 1 commit into
detekt:mainfrom
cortinico:nc/4006
Aug 6, 2021
Merged

Fix false positive with UnusedPrivateMember on parameter of a protected function#4007
schalkms merged 1 commit into
detekt:mainfrom
cortinico:nc/4006

Conversation

@cortinico

Copy link
Copy Markdown
Member

Fixes #4006

@codecov

codecov Bot commented Aug 6, 2021

Copy link
Copy Markdown

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