-
Notifications
You must be signed in to change notification settings - Fork 39
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
Kdoc fixer false-negative: not generating a Kdoc for several public functions #989
Conversation
347b8ba
to
9ae14fd
Compare
Codecov Report
@@ Coverage Diff @@
## master #989 +/- ##
============================================
+ Coverage 83.81% 83.85% +0.03%
- Complexity 2409 2416 +7
============================================
Files 102 102
Lines 6081 6094 +13
Branches 1799 1802 +3
============================================
+ Hits 5097 5110 +13
Misses 269 269
Partials 715 715
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
bd52ae0
to
bbc57ec
Compare
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.
Please provide a more detailed description in the PR, to summarize what we are changing here. We are changing criterion for getters and setters and changing expression body detection, right?
Also please check out and fix newly discovered rules violations in diktat_snapshot workflow
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter2/kdoc/KdocMethods.kt
Outdated
Show resolved
Hide resolved
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter2/kdoc/KdocMethods.kt
Outdated
Show resolved
Hide resolved
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter2/kdoc/KdocMethods.kt
Outdated
Show resolved
Hide resolved
…unctions ### What's done: * fixed bug in MISSING_KDOC_ON_FUNCTION Closes #965
…unctions ### What's done: * fixed bug in MISSING_KDOC_ON_FUNCTION Closes #965
…unctions ### What's done: * fixed bug in MISSING_KDOC_ON_FUNCTION Closes #965
…unctions ### What's done: * fixed bug in MISSING_KDOC_ON_FUNCTION Closes #965
…unctions ### What's done: * fixed bug in MISSING_KDOC_ON_FUNCTION Closes #965
…unctions ### What's done: * fixed bug in MISSING_KDOC_ON_FUNCTION Closes #965
…unctions ### What's done: * fixed bug in MISSING_KDOC_ON_FUNCTION Closes #965
1520b81
to
469d1ea
Compare
What's done:
Closes Kdoc fixer false-negative: not generating a Kdoc for several public functions #965