Skip to content

UnusedPrivateMember: fix false negative with named arguments#5374

Merged
BraisGabin merged 1 commit into
detekt:mainfrom
t-kameyama:issue_5373
Oct 5, 2022
Merged

UnusedPrivateMember: fix false negative with named arguments#5374
BraisGabin merged 1 commit into
detekt:mainfrom
t-kameyama:issue_5373

Conversation

@t-kameyama

Copy link
Copy Markdown
Contributor

Fixes #5373

@github-actions github-actions Bot added the rules label Oct 5, 2022

@BraisGabin BraisGabin left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@BraisGabin
BraisGabin merged commit b4710a2 into detekt:main Oct 5, 2022
@BraisGabin BraisGabin added this to the 1.22.0 milestone Oct 5, 2022
@t-kameyama
t-kameyama deleted the issue_5373 branch October 5, 2022 06:43
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 doesn't report an unused parameter when function body has a call with same named parameter

3 participants