SeverityLevel

enum SeverityLevel : Enum<SeverityLevel>

The severity level for each Issue. This will be printed to the output, such as XML or Sarif.

In the future, this will be used to determine the process result and reports.

Entries

Link copied to clipboard

Fail the cli process or gradle task.

Link copied to clipboard

Report issue and contribute to the total count, but does not fail cli process or gradle task.

Link copied to clipboard

Report issue, does not contribute to the count.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int