Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .spectral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ rules:
tags-should-be-in-sentence-case:
description: All tags should use sentence case (capitalize only the first letter). Exceptions include product names and specific terms (e.g., VTEX, SKU, ID, API, Session Manager). To add exceptions, edit the regex pattern in the 'match' field.
severity: error
given: "$..tags[*]"
given:
- "$.tags[*].name"
- "$.paths.*.*.tags[*]"
then:
function: pattern
functionOptions:
Expand Down
Loading