Skip to content

Commit f31e96c

Browse files
committed
address proto linter
Signed-off-by: Jeff Rescignano <jeffr@defenseunicorns.com>
1 parent 8970ed3 commit f31e96c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app/controlplane/api/workflowcontract/v1/crafting_schema.proto

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,10 @@ message PolicySpecV2 {
321321

322322
// if set, it will match any material supported by Chainloop
323323
CraftingSchema.Material.MaterialType kind = 3 [(buf.validate.field).enum = {
324-
not_in: [3, 26]
324+
not_in: [
325+
3,
326+
26
327+
]
325328
}];
326329
}
327330

0 commit comments

Comments
 (0)