saveourtool / diktat

Strict coding standard for Kotlin and a custom set of rules for detecting code smells, code style issues and bugs
https://diktat.saveourtool.com
MIT License
525 stars 39 forks source link

Fixed `KdocComments` for types in generic classes #1832

Closed DrAlexD closed 10 months ago

DrAlexD commented 10 months ago

What's done:

Closes #1825

codecov[bot] commented 10 months ago

Codecov Report

Attention: 15 lines in your changes are missing coverage. Please review.

Comparison is base (626bac9) 78.15% compared to head (a72f496) 78.18%.

Files Patch % Lines
...diktat/ruleset/rules/chapter2/kdoc/KdocComments.kt 68.08% 0 Missing and 15 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1832 +/- ## ============================================ + Coverage 78.15% 78.18% +0.02% + Complexity 2432 2425 -7 ============================================ Files 131 131 Lines 8616 8631 +15 Branches 2174 2174 ============================================ + Hits 6734 6748 +14 - Misses 916 917 +1 Partials 966 966 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.