1 parent 5c693b0 commit 5ae5dbaCopy full SHA for 5ae5dba
1 file changed
.ci/check_caips.main.kts
@@ -13,7 +13,7 @@ val config = CheckConfig("caip",
13
mapOf(
14
"title" to { },
15
"status" to { value ->
16
- if (!listOf("Draft", "Active", "Review", "Final", "Superseded").contains(value)) throw IllegalArgumentException("Invalid status '$value'")
+ if (!listOf("Draft", "Active", "Review", "Final", "Superseded").contains(value)) throw IllegalArgumentException("Invalid status -'$value'-")
17
},
18
"type" to { value ->
19
if (!listOf("Meta", "Standard").contains(value)) throw IllegalArgumentException("Invalid status $value")
0 commit comments