rulesets

@JvmName(name = "rwrxvjgedmdtuoxb")
suspend fun rulesets(value: Output<List<String>>)
@JvmName(name = "qfkqyfxfjvoqjqig")
suspend fun rulesets(value: List<String>?)

Parameters

value

A list of ruleset IDs to skip the execution of. This option is incompatible with the ruleset and phases options.


@JvmName(name = "nekygrljmfwalclw")
suspend fun rulesets(vararg values: Output<String>)


@JvmName(name = "wnoqdauakvxqqbab")
suspend fun rulesets(values: List<Output<String>>)
@JvmName(name = "wlwkyugjxstlebgx")
suspend fun rulesets(vararg values: String)

Parameters

values

A list of ruleset IDs to skip the execution of. This option is incompatible with the ruleset and phases options.