Skip to content

Commit b70b43c

Browse files
committed
Fix CI
1 parent e669dbe commit b70b43c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.spectral.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ rules:
88
tag-description: true
99
oas3-parameter-description: true
1010
oas3-unused-component: false # Broken: https://github.com/stoplightio/spectral/issues/1271
11+
array-items: false
1112
operation-summary-formatted:
1213
description: Operation `summary` should start with upper case and not end with a dot.
1314
given: '$.paths.*[?( @property === ''get'' || @property === ''put'' || @property === ''post'' || @property === ''delete'' || @property === ''options'' || @property === ''head'' || @property === ''patch'' || @property === ''trace'' )]'

0 commit comments

Comments
 (0)