options

open val options: Set<RuleOption<*>>

Typed options supported by this rule.

Core emits a warning when user configuration contains option names that are not declared here. Declare options with rule option delegate helpers when a rule accepts configuration.