rulesets

@JvmName(name = "iyctjibpvdkkktog")
suspend fun rulesets(value: Output<List<String>>)
@JvmName(name = "yoochhoymaqcuuua")
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 = "twqpxbneqjgemcov")
suspend fun rulesets(vararg values: Output<String>)


@JvmName(name = "sswhhtvtdsqdtiij")
suspend fun rulesets(values: List<Output<String>>)
@JvmName(name = "jrwjikhadaxjcdwq")
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.