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

Fixed `WRONG_NEWLINES` rule to take into account `maxCallsInOneLine` #1858

Closed DrAlexD closed 7 months ago

DrAlexD commented 7 months ago

What's done:

Closes #1705

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (fd85628) 78.39% compared to head (82ffcbb) 78.39%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1858 +/- ## ========================================= Coverage 78.39% 78.39% Complexity 2456 2456 ========================================= Files 133 133 Lines 8645 8645 Branches 2184 2184 ========================================= Hits 6777 6777 Misses 898 898 Partials 970 970 ```

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