Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jun 13, 2024
1 parent e669dbe commit b70b43c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .spectral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ rules:
tag-description: true
oas3-parameter-description: true
oas3-unused-component: false # Broken: https://github.com/stoplightio/spectral/issues/1271
array-items: false
operation-summary-formatted:
description: Operation `summary` should start with upper case and not end with a dot.
given: '$.paths.*[?( @property === ''get'' || @property === ''put'' || @property === ''post'' || @property === ''delete'' || @property === ''options'' || @property === ''head'' || @property === ''patch'' || @property === ''trace'' )]'
Expand Down

0 comments on commit b70b43c

Please sign in to comment.