Skip to content

Commit 5f8e8b7

Browse files
authored
fix: Disable no-$ref-siblings rule from required ruleset (#95)
While it is technically invalid in OpenAPI 3.0, it is nothing breaking for the developer-portal, so we don't need to fail publishing if there are ref-siblings.
1 parent e0d7989 commit 5f8e8b7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.spectral-required.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# API Guidelines Ruleset
2+
# Specs must produce no errors with this ruleset in order to publish to developer-portal
23

34
# OpenAPI Specification version 3.x
45
extends: [spectral:oas]
6+
7+
rules:
8+
no-$ref-siblings: "off"

0 commit comments

Comments
 (0)