-
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
Documentation on symbols in test classes #271
Conversation
### What's done: Added handle for Test annotation
Codecov Report
@@ Coverage Diff @@
## master #271 +/- ##
============================================
- Coverage 81.41% 81.23% -0.19%
Complexity 956 956
============================================
Files 50 50
Lines 2508 2510 +2
Branches 780 782 +2
============================================
- Hits 2042 2039 -3
- Misses 184 190 +6
+ Partials 282 281 -1
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/kdoc/KdocComments.kt
Outdated
Show resolved
Hide resolved
### What's done: Simplified code
diktat-common/src/main/kotlin/org/cqfn/diktat/common/config/rules/RulesConfigReader.kt
Outdated
Show resolved
Hide resolved
### What's done: Simplified code
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 also fix issues found by analysis in diktat check (mostly documentation to your newly added class)
diktat-common/src/main/kotlin/org/cqfn/diktat/common/config/rules/RulesConfigReader.kt
Outdated
Show resolved
Hide resolved
### What's done: Added `open` modifiers to class Added KDoc
diktat-common/src/main/kotlin/org/cqfn/diktat/common/config/rules/RulesConfigReader.kt
Outdated
Show resolved
Hide resolved
### What's done: Added KDoc
…n-in-test # Conflicts: # diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/utils/AstNodeUtils.kt
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:
Added handle for Test annotation
closes #217