-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
HTML Reporter #399
Comments
I have the same issue, simply updating ktlint from v0.31 to v0.32 breaks the build, because the HTML reporter is not found. HTML reporter v0.1.2. Error: reporter "html" wasn't found (available: checkstyle,json,plain). |
I don't have a really strong opinion about whether we merge the HTML reporter into the main line. but you could also submit a pr on the HTML reporter project to update it for the new package namespaces. |
I already did, and it was merged but the new version with the fix wasn't released yet. |
If you would be willing to accept PR with this, I could try to create one. |
@4brunu would this be a new HTML reporter or actually copying https://github.com/mcassiano/ktlint-html-reporter/ into this codebase? |
I was thinking in a copy of https://github.com/mcassiano/ktlint-html-reporter/ |
Is MIT compatible with GNU? https://github.com/mcassiano/ktlint-html-reporter/blob/master/LICENSE |
I'm not sure. Not sure if it helps but the author of ktlint-html-reporter is ok with the idea of merging it in this project. |
Hi @shashachu! Are you still interested in moving with copying the reporter directly into ktlint's source? This could fix mcassiano/ktlint-html-reporter#19. I'm not actively using the reporter anymore but I can help with this "migration". I can make any changes to the licensing if needed. |
Greetings! Just curious @shashachu @4brunu is the migration of @mcassiano’s library still a possibility? Thank you |
@arrmixer I think so. |
As it was suggested in the issue, this reporter could be either used via local jar or added via build system (Gradle, Maven or any other). Ktlint had built-in dependency resolver, that is not supported anymore and has security issues. Updating it and maintaining it increases complexity of this project. |
Html reporter PR was merged and should be available in the next release with other reporters. |
@Tapchicoma How to use that html reporter, tried |
@iamMehedi what version are you using. I think it was added in version 0.36.0. |
worked on |
Hey, it would be nice to have an HTML reporter.
Until now I've used https://github.com/mcassiano/ktlint-html-reporter, but with the new release 0.32.0 its broken, maybe because of the package rename.
It would be nice to integrate the HTML inside ktlint, to prevent future issues like this one.
The text was updated successfully, but these errors were encountered: