gantsign / ktlint-maven-plugin

Maven plugin for ktlint the Kotlin linter
http://gantsign.com/ktlint-maven-plugin/
MIT License
61 stars 17 forks source link

Reporting compiler style absolute file paths and code lines #622

Open kruthar opened 4 months ago

kruthar commented 4 months ago

fixes gantsign/ktlint-maven-plugin#582

CLAassistant commented 4 months ago

CLA assistant check
All committers have signed the CLA.

kruthar commented 4 months ago

Current output looks something like this:

Screen Shot 2024-05-23 at 12 52 51 PM

Using a local build with these changes output is similar, but the absolute paths now link to the code file in IDEs such as Intellij:

Screen Shot 2024-05-23 at 1 13 01 PM