pinterest / ktlint

An anti-bikeshedding Kotlin linter with built-in formatter
https://pinterest.github.io/ktlint/
MIT License
6.19k stars 505 forks source link

Exclude EOL-comments when check whether max line length is exceeded in rules other than max-line-length #2565

Closed paul-dingemans closed 7 months ago

paul-dingemans commented 7 months ago

Description

Exclude EOL-comments when check whether max line length is exceeded in rules other than max-line-length

Follow up on #2450 / #2516:

Checklist

Before submitting the PR, please check following (checks which are not relevant may be ignored):

Documentation is updated. See difference between snapshot and release documentation

paul-dingemans commented 7 months ago

Exclude from changelist as original PR (#2516) is in this same release