stringListOption
fun stringListOption(name: String, deprecation: RuleOptionDeprecation? = null): ReadOnlyProperty<Rule, RuleOption<List<String>?>>
Declares a comma-separated string list rule option and exposes it as a property delegate.
fun stringListOption(name: String, defaultValue: List<String>, deprecation: RuleOptionDeprecation? = null): ReadOnlyProperty<Rule, RuleOption<List<String>>>
Declares a comma-separated string list rule option with a default value and exposes it as a property delegate.