Report

interface Report

Spec to identify a report.

Can be a provided report like 'xml' or 'html; or a custom defined via the io.gitlab.arturbosch.detekt.api.OutputReport extension.

Properties

Link copied to clipboard
abstract val path: Path

Where to print to report to.

Link copied to clipboard
abstract val type: String

Used to identify a specific known report type.