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
521 stars 39 forks source link

Fixed KdocMethods #1757

Closed DrAlexD closed 11 months ago

DrAlexD commented 11 months ago

What's done:

It's part of #1737

codecov[bot] commented 11 months ago

Codecov Report

Merging #1757 (9492b66) into master (4a8c498) will increase coverage by 0.27%. The diff coverage is 93.33%.

@@             Coverage Diff              @@
##             master    #1757      +/-   ##
============================================
+ Coverage     76.47%   76.75%   +0.27%     
- Complexity     2297     2301       +4     
============================================
  Files           126      126              
  Lines          8290     8295       +5     
  Branches       2080     2081       +1     
============================================
+ Hits           6340     6367      +27     
+ Misses         1024      997      -27     
- Partials        926      931       +5     
Files Coverage Δ
.../diktat/ruleset/rules/chapter2/kdoc/KdocMethods.kt 87.80% <93.33%> (+14.21%) :arrow_up: