RuleDeprecation

class RuleDeprecation(val message: String, val replacement: QualifiedRuleId? = null)

Deprecation metadata for a rule that remains available for explicit users.

Constructors

Link copied to clipboard
constructor(message: String, replacement: QualifiedRuleId? = null)

Properties

Link copied to clipboard

Human-readable migration note for this deprecated rule.

Link copied to clipboard

Replacement rule, when a direct replacement exists.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String