Skip to content

UnusedPrivateMember: fix false positive with operator in#4249

Merged
picklebento merged 1 commit intodetekt:mainfrom
t-kameyama:issue_4242
Nov 10, 2021
Merged

UnusedPrivateMember: fix false positive with operator in#4249
picklebento merged 1 commit intodetekt:mainfrom
t-kameyama:issue_4242

Conversation

@t-kameyama
Copy link
Copy Markdown
Contributor

Fixes #4242

@codecov
Copy link
Copy Markdown

codecov bot commented Nov 9, 2021

Codecov Report

Merging #4249 (8dced8a) into main (6e20321) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##               main    #4249   +/-   ##
=========================================
  Coverage     84.32%   84.33%           
  Complexity     3243     3243           
=========================================
  Files           470      470           
  Lines         10223    10227    +4     
  Branches       1787     1789    +2     
=========================================
+ Hits           8621     8625    +4     
  Misses          663      663           
  Partials        939      939           
Impacted Files Coverage Δ
...turbosch/detekt/rules/style/UnusedPrivateMember.kt 92.63% <100.00%> (+0.18%) ⬆️

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 6e20321...8dced8a. Read the comment docs.

@cortinico cortinico added this to the 1.19.0 milestone Nov 9, 2021
@cortinico cortinico added the rules label Nov 9, 2021
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 false positive with operator in

4 participants