From abfa75ff96d0266bbc57172b7a02dab690fb94a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20Jourdane?= Date: Mon, 25 May 2020 11:52:53 +0200 Subject: [PATCH] Set explicit lint config instead defaults --- .redocly.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.redocly.yaml b/.redocly.yaml index a4edca8..4c24af2 100644 --- a/.redocly.yaml +++ b/.redocly.yaml @@ -2,8 +2,28 @@ apiDefinitions: main: openapi/openapi.yaml lint: + codeframes: on rules: + oas3-schema: on + path-param-exists: on + operation-2xx-response: on + unique-parameter-names: on no-unused-schemas: warning + operation-operationId-unique: on + path-declarations-must-exist: on + + camel-case-names: off + api-servers: off + license-url: off + no-extra-fields: off + operation-description: off + operation-operationId: off + operation-tags: off + provide-contact: off + servers-no-trailing-slash: off + + bundler: off + debug-info: off referenceDocs: htmlTemplate: ./docs/index.html theme: