RuleOptionDeprecation

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

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

Constructors

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

Properties

Link copied to clipboard

Human-readable migration note for this deprecated option.

Link copied to clipboard

Replacement option name, 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