ktlint-gradle
ktlint-gradle copied to clipboard
Output Report is not readable/ formatted
Thanks for your effort in making this wonderful library.
Integration:
classpath "org.jlleitschuh.gradle:ktlint-gradle:11.3.1"
Sample Report:
Is it as expected or some formatting or readability issue?
You know, I noticed this same thing years ago and never questioned it.
I presume those escape characters are in there for console printing and somehow they are ending up in the files written to disk. Not sure if this is a ktlint or ktlint-gradle bug.
Feel free to dig in more and try to figure out where these files are generated from
I'm facing the same issue, is there any update on this? Before updating to 11.5 I would receive the reports on console and it was just fine to read and find the issues on code, a way better than now.
I encountered these as well on my txt
assets as well when using this Kotlin Gradle plugin. I suspect those kinds of issues wouldn't happen when using the HTML/JSON/Checkstyle reporter types