Open jscancella opened 1 year ago
As far as I understand this is not possible by CPD out of the box, but you can use xml
with xslt as documented in https://pmd.github.io/pmd/pmd_userdocs_cpd_report_formats.html#xslt. Does that help?
I think spotbugs uses xslt to generate their report. Not sure when I will have time, but maybe I can do a pull request to implement it
But you now can already use xml and the xslt transformators to generate your html report yourself. That would the first thing I would test...
It would be nice if cpdcheck would generate a html report like when running
./gradlew.bat test
and put it in$buildDir/reports/cpd
: