From c972aaf34193eed37facb6bcb737207d29db937b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isabella=20Veloso=20S=C3=A1?= Date: Wed, 2 Oct 2024 12:01:35 -0300 Subject: [PATCH] Update .spectral.yml --- .spectral.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.spectral.yml b/.spectral.yml index 884b39d99..da5d2a509 100644 --- a/.spectral.yml +++ b/.spectral.yml @@ -57,7 +57,7 @@ rules: then: function: pattern functionOptions: - match: "^[A-Z](?:[a-z0-9 ]*(?:VTEX|TEX|DO|ID|JSON|)|(|OAuth|Customer Credit|CMS|appKey|appToken|-|,|API|DKIM|SKU|SLA|'))*[a-z0-9 ]*$" + match: "^[A-Z](?:[a-z0-9 ]*(?:VTEX|TEX|DO|ID|JSON|)|(|OAuth|Customer Credit|CMS|appKey|appToken|-|,|API|DKIM|SKU|SLA|Change order|'))*[a-z0-9 ]*$" no-empty-descriptions: description: No empty descriptions allowed. Make sure that this description is a valid string that does not start with a line break (\n or \r). If this description is inside an example, please fill it with a valid value.