RuleOption

interface RuleOption<T>

Typed declaration for one rule option.

Properties

Link copied to clipboard

Deprecation metadata when this option remains available for compatibility.

Link copied to clipboard
abstract val name: String

Option name in configuration.

Functions

Link copied to clipboard
abstract fun read(values: Map<String, String>): T

Reads this option from raw resolved options.