Result

data class Result(val newViolations: List<Violation>, val baselinedCount: Int)(source)

The outcome of apply.

Parameters

newViolations

Violations not covered by the baseline - these still count and can fail the build.

baselinedCount

How many violations were suppressed because they were already in the baseline.

Constructors

Link copied to clipboard
constructor(newViolations: List<Violation>, baselinedCount: Int)

Properties

Link copied to clipboard
Link copied to clipboard