Compare commits

..

1 commit

Author SHA1 Message Date
Johannes Marbach 93ffb0d6bc
Merge ef9f6ae22a into 974b0b721e 2025-10-18 12:09:53 +02:00
2 changed files with 1 additions and 5 deletions

View file

@ -1 +0,0 @@
Silence failing redocly-cli rule.

View file

@ -9,6 +9,3 @@ rules:
no-path-trailing-slash: off no-path-trailing-slash: off
operation-2xx-response: off operation-2xx-response: off
spec-strict-refs: error spec-strict-refs: error
# $ref in examples are not spec-compliant, yet we find them useful. Disable this rule
# and instead check example schema using `check-event-schema-examples.py`
no-invalid-schema-examples: off