-
-
Notifications
You must be signed in to change notification settings - Fork 783
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
Use name
that return name after backticks
#5719
Conversation
Codecov Report
@@ Coverage Diff @@
## main #5719 +/- ##
============================================
- Coverage 84.61% 84.59% -0.02%
- Complexity 3787 3789 +2
============================================
Files 546 546
Lines 12918 12918
Branches 2268 2268
============================================
- Hits 10930 10928 -2
Misses 862 862
- Partials 1126 1128 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Hi @BraisGabin here can I do something to make the patch diff pass? |
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.
I think that the configuration is not important for this case, right?
...g/src/test/kotlin/io/gitlab/arturbosch/detekt/rules/naming/ConstructorParameterNamingSpec.kt
Outdated
Show resolved
Hide resolved
...g/src/test/kotlin/io/gitlab/arturbosch/detekt/rules/naming/ConstructorParameterNamingSpec.kt
Outdated
Show resolved
Hide resolved
...g/src/test/kotlin/io/gitlab/arturbosch/detekt/rules/naming/ConstructorParameterNamingSpec.kt
Outdated
Show resolved
Hide resolved
...g/src/test/kotlin/io/gitlab/arturbosch/detekt/rules/naming/ConstructorParameterNamingSpec.kt
Outdated
Show resolved
Hide resolved
No, it's ok. Your are testing this code enough. |
Yes @BraisGabin as using |
Head branch was pushed to by a user without write access
Hi, @BraisGabin previous check got failed due to the |
Don't worry about that one. |
Quick heads up that those warning should not be ignored, otherwise those PRs won't make it to the changelog, while in this case this one is touching the biz logic :) |
Hi @cortinico, I think I can not set the milestone. Let me know if I need to address these warnings |
It's more a reminder for @BraisGabin and other maintainers 👍 |
Fixes #5531