RuleConfig
class RuleConfig(val id: QualifiedRuleId, val enablement: Enablement, val severity: Severity, val options: Map<String, String> = emptyMap())
Rule configuration before database-specific overrides are applied.
Constructors
Link copied to clipboard
constructor(id: QualifiedRuleId, enablement: Enablement, severity: Severity, options: Map<String, String> = emptyMap())