-
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
Bugfixes in KdocComments rule #968
Conversation
### What's done: * Improved logic for merging local and class kdocs of properties
### What's done: * Improved warnings
### What's done: * Improved warnings
Codecov Report
@@ Coverage Diff @@
## master #968 +/- ##
============================================
- Coverage 83.89% 83.86% -0.03%
- Complexity 2396 2399 +3
============================================
Files 101 101
Lines 6054 6063 +9
Branches 1789 1790 +1
============================================
+ Hits 5079 5085 +6
- Misses 265 268 +3
Partials 710 710
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter2/kdoc/KdocComments.kt
Show resolved
Hide resolved
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter2/kdoc/KdocComments.kt
Outdated
Show resolved
Hide resolved
diktat-rules/src/test/kotlin/org/cqfn/diktat/ruleset/chapter2/KdocCommentsWarnTest.kt
Outdated
Show resolved
Hide resolved
### What's done: * fixes after review
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
### What's done: * Updated docs
What's done:
TODO:
This pull request closes #964