Package-level declarations

Types

Link copied to clipboard
data class Configuration(val output: Path, val outputBuilder: OutputBuilder, val goodFindings: Boolean, val pedantic: Boolean)

Holds the main configuration to run Codyze with

Functions

Link copied to clipboard
fun combineSources(vararg sources: List<Path>): Set<Path>

Combine all given sources by going through the given Paths recursively.

Link copied to clipboard
fun resolvePaths(source: List<Path>, sourceAdditions: List<Path>, disabledSource: List<Path>, disabledSourceAdditions: List<Path>): List<Path>