-
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 check property in class #598
Conversation
### What's done: Added new rule
Codecov Report
@@ Coverage Diff @@
## master #598 +/- ##
============================================
- Coverage 80.79% 80.73% -0.06%
- Complexity 1738 1746 +8
============================================
Files 89 89
Lines 4602 4614 +12
Branches 1378 1386 +8
============================================
+ Hits 3718 3725 +7
Misses 322 322
- Partials 562 567 +5
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/constants/Warnings.kt
Outdated
Show resolved
Hide resolved
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/kdoc/KdocComments.kt
Outdated
Show resolved
Hide resolved
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/kdoc/KdocComments.kt
Outdated
Show resolved
Hide resolved
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/kdoc/KdocComments.kt
Outdated
Show resolved
Hide resolved
### What's done: Fixed after review
…rty-tag # Conflicts: # diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/kdoc/KdocComments.kt # diktat-rules/src/test/kotlin/org/cqfn/diktat/ruleset/chapter2/KdocCommentsWarnTest.kt
### What's done: Fixed according to out code-style
### What's done: Fixed according to out code-style
### What's done: Fixed according to out code-style
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
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/kdoc/KdocComments.kt
Outdated
Show resolved
Hide resolved
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/kdoc/KdocComments.kt
Outdated
Show resolved
Hide resolved
### What's done: Fixed after review
### What's done: Fixed according our code style
What's done:
closed #578