mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
Enable strict $ref rule in OpenAPI validator
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
21b7a2cf42
commit
415faa298b
|
|
@ -1,10 +1,11 @@
|
||||||
# See https://redocly.com/docs/cli/configuration/ for more information.
|
# See https://redocly.com/docs/cli/configuration/ for more information.
|
||||||
extends:
|
extends:
|
||||||
- minimal
|
- recommended-strict
|
||||||
rules:
|
rules:
|
||||||
info-license: off
|
info-license: off
|
||||||
security-defined: off
|
security-defined: off
|
||||||
operation-4xx-response: off
|
operation-4xx-response: off
|
||||||
no-invalid-media-type-examples: off
|
no-invalid-media-type-examples: off
|
||||||
no-path-trailing-slash: off
|
no-path-trailing-slash: off
|
||||||
operation-2xx-response: off
|
operation-2xx-response: off
|
||||||
|
spec-strict-refs: error
|
||||||
Loading…
Reference in a new issue