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 path-declarations-must-exist: on
camel-case-names: off camel-case-names: off
api-servers: off api-servers: on
license-url: off license-url: on
no-extra-fields: off no-extra-fields: on
operation-description: off operation-description: on
operation-operationId: on operation-operationId: on
operation-tags: off operation-tags: off
provide-contact: off provide-contact: on
servers-no-trailing-slash: off servers-no-trailing-slash: on
bundler: off bundler: on
debug-info: off debug-info: on
referenceDocs: referenceDocs:
htmlTemplate: ./docs/index.html htmlTemplate: ./docs/index.html
theme: theme:

Loading…
Cancel
Save