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 LineLength #1759

Closed DrAlexD closed 10 months ago

DrAlexD commented 11 months ago

What's done:

It's part of #1737

codecov[bot] commented 11 months ago

Codecov Report

Merging #1759 (3908f06) into master (71c81d4) will increase coverage by 1.15%. The diff coverage is 71.69%.

@@             Coverage Diff              @@
##             master    #1759      +/-   ##
============================================
+ Coverage     77.09%   78.25%   +1.15%     
- Complexity     2376     2410      +34     
============================================
  Files           126      126              
  Lines          8408     8451      +43     
  Branches       2131     2148      +17     
============================================
+ Hits           6482     6613     +131     
+ Misses          976      880      -96     
- Partials        950      958       +8     
Files Coverage Δ
...urtool/diktat/ruleset/rules/chapter3/LineLength.kt 81.47% <71.69%> (+25.12%) :arrow_up:

... and 1 file with indirect coverage changes