Skip to content

Commit

Permalink
Merge pull request #1332 from vtex/Change-order-spectral-rule-excepti…
Browse files Browse the repository at this point in the history
…on-summary-

Change order spectral rule exception summary
  • Loading branch information
Isabella-Veloso authored Oct 2, 2024
2 parents 5f081c3 + c972aaf commit e6d71e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .spectral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e6d71e6

Please sign in to comment.