From 71ac4fe50bc1b1de1d7b2634f0b163879caf7db7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20Jourdane?= Date: Mon, 25 May 2020 12:31:00 +0200 Subject: [PATCH] make lint config more strict --- .redocly.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.redocly.yaml b/.redocly.yaml index 988455c..0f8dbd5 100644 --- a/.redocly.yaml +++ b/.redocly.yaml @@ -13,17 +13,17 @@ lint: path-declarations-must-exist: on camel-case-names: off - api-servers: off - license-url: off - no-extra-fields: off - operation-description: off + api-servers: on + license-url: on + no-extra-fields: on + operation-description: on operation-operationId: on operation-tags: off - provide-contact: off - servers-no-trailing-slash: off + provide-contact: on + servers-no-trailing-slash: on - bundler: off - debug-info: off + bundler: on + debug-info: on referenceDocs: htmlTemplate: ./docs/index.html theme: