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: fix false positive with operator in #4249

Merged
merged 1 commit into from
Nov 10, 2021

Conversation

t-kameyama
Copy link
Contributor

Fixes #4242

@codecov
Copy link

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