Skip to content
Merged
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
14 changes: 8 additions & 6 deletions docs/static/spec/openapi/redocly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,10 @@ rules:
# Paths
no-ambiguous-paths: warn
no-identical-paths: error
path-excludes-patterns:
severity: error
patterns:
- ^\/internal
# Responses
operation-4xx-response: off
operation-2xx-response: off
# Schema
spec: off
spec-strict-refs: off
# Tags
operation-tag-defined: off
Expand All @@ -49,4 +44,11 @@ rules:
severity: warn
assertions:
maxLength: 45
minLength: 5
minLength: 5
rule/path-exclude-pattern:
subject:
type: Paths
message: Do not include internal APIs
assertions:
notPattern: ^\/internal
severity: error
Loading