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.