SeverityLevelsBasedRuleConfiguration
public protocol SeverityLevelsBasedRuleConfiguration<Parent> : RuleConfiguration
A configuration that’s based on warning and error thresholds for violations.
-
The severity configuration that defines the thresholds for warning and error severities.
Declaration
Swift
var severityConfiguration: SeverityLevelsConfiguration<Parent> { get }