api / org.gradle.api.plugins.quality / CheckstyleReports / getHtml

getHtml

@Internal abstract fun getHtml(): SingleFileReport

The checkstyle HTML report.

This report IS enabled by default.

Enabling this report will also cause the XML report to be generated, as the HTML is derived from the XML.

Return
The checkstyle HTML report

Since
2.10