The reporting configuration for the Checkstyle task.
Type | Name and description |
---|---|
SingleFileReport |
getHtml() The checkstyle HTML report. |
SingleFileReport |
getXml() The checkstyle XML report |
Methods inherited from class | Name |
---|---|
interface ReportContainer |
getEnabled |
interface NamedDomainObjectSet |
findAll, matching, matching, withType |
interface org.gradle.util.Configurable |
org.gradle.util.Configurable#configure(groovy.lang.Closure) |
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.
The checkstyle XML report
This report IS enabled by default.