-
-
Notifications
You must be signed in to change notification settings - Fork 797
UnusedPrivateMember - Fix false positive in case of invoke operator #5717
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
Conversation
...t-rules-style/src/main/kotlin/io/gitlab/arturbosch/detekt/rules/style/UnusedPrivateMember.kt
Fixed
Show fixed
Hide fixed
Codecov Report
@@ Coverage Diff @@
## main #5717 +/- ##
============================================
- Coverage 84.59% 84.58% -0.01%
- Complexity 3768 3788 +20
============================================
Files 546 547 +1
Lines 12817 12894 +77
Branches 2236 2258 +22
============================================
+ Hits 10842 10906 +64
- Misses 860 861 +1
- Partials 1115 1127 +12
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Hi, @BraisGabin / @TWiStErRob / @cortinico can you guys review this PR :) Let me know if any changes are required |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Thanks!
Sorry for the delay. Could you fix the conflicts? I think they are going to be big because this rule was splitted in 3. But the test and code looks good :) |
...t-rules-style/src/main/kotlin/io/gitlab/arturbosch/detekt/rules/style/UnusedPrivateMember.kt
Fixed
Show fixed
Hide fixed
Hi @BraisGabin one test |
No idea, I'm re-running the task to see if it still happens. |
@BraisGabin seemed like an intermittent issue. It got passed now. Pasting the stack trace of the intermittent failure below
logs at here |
It seems like an issue at |
Fixes #4435