Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output Report is not readable/ formatted #655

Open
mwshubham opened this issue Mar 15, 2023 · 3 comments
Open

Output Report is not readable/ formatted #655

mwshubham opened this issue Mar 15, 2023 · 3 comments

Comments

@mwshubham
Copy link

Thanks for your effort in making this wonderful library.


Integration:
classpath "org.jlleitschuh.gradle:ktlint-gradle:11.3.1"

Sample Report:
image

Is it as expected or some formatting or readability issue?

@JLLeitschuh
Copy link
Owner

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

@manoellribeiro
Copy link

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.

@huangsam
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants