make lint config more strict

pull/13/head
Nathanaël Jourdane 4 years ago committed by guhur
parent d9dc37de16
commit 71ac4fe50b

@ -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:

Loading…
Cancel
Save