-
Notifications
You must be signed in to change notification settings - Fork 231
/
.redocly.yml
42 lines (40 loc) · 1.16 KB
/
.redocly.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Very minimal redocly-cli configuration for last chance checks
lint:
extends:
- minimal
rules:
spec: error
no-unresolved-refs: error
info-description: off
info-contact: off
info-license: off
info-license-url: off
tag-description: off
tags-alphabetical: off
parameter-description: off
no-path-trailing-slash: off
no-identical-paths: off
no-ambiguous-paths: off
path-declaration-must-exist: off
path-not-include-query: off
path-parameters-defined: off
operation-description: off
operation-2xx-response: off
operation-operationId: off
operation-summary: off
operation-operationId-unique: off
operation-parameters-unique: off
operation-tag-defined: off
operation-security-defined: off
operation-operationId-url-safe: off
operation-singular-tag: off
no-enum-type-mismatch: off
boolean-parameter-prefixes: off
paths-kebab-case: off
no-invalid-media-type-examples: off
no-server-example.com: off
no-server-trailing-slash: off
no-empty-servers: off
no-example-value-and-externalValue: off
no-unused-components: off
no-undefined-server-variable: off