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

`value-argument-comment` / `value-parameter-argument` should not report about comments at end of line #2519

Closed paul-dingemans closed 7 months ago

paul-dingemans commented 8 months ago

The value-argument-comment rule currently report violations about comments which from the parsers perspective are not inner elements of the value-argument but of the value-argument-list. Similar for value-parameter-comment.

Screenshot 2024-01-28 at 16 35 39 Screenshot 2024-01-28 at 16 40 34

The rules should no longer check for those comments for following reasons: