issueSeverity

abstract fun issueSeverity(name: String, severity: String)

Configures the severity level for the given issue

Parameters

name

the name of the issue. See Issue subclasses for possible values.

severity

the severity of the issue, one of: "ignore", "warn", "error"