ProjectSpec

interface ProjectSpec

Project specific configuration and paths.

Properties

Link copied to clipboard

The analysis mode used by detekt. See AnalysisMode for information about available analysis modes.

Link copied to clipboard
abstract val basePath: Path

A base path to relativize paths. Mostly used for generating path in the output or report.

Link copied to clipboard
abstract val inputPaths: Collection<Path>

Paths to analyze. Works with files and directories.