summaryrefslogtreecommitdiffstats
path: root/.redocly.yml
blob: 6f7955ab74030b4443a0e46660dd13bf5bd00f2c (plain) (blame)
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