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