From 7562352d97e72e11e91aa119ec192f0918168170 Mon Sep 17 00:00:00 2001 From: coliu19 Date: Fri, 17 Feb 2023 11:47:44 +0800 Subject: [PATCH] change decs-for-every-attr severity to error --- documentation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation.js b/documentation.js index f345ccb..04e9073 100644 --- a/documentation.js +++ b/documentation.js @@ -34,7 +34,7 @@ export default { 'description-for-every-attribute': { 'description': 'DEA - Descriptions for Every Attribute', 'message': 'For every attribute that is present in the OAS document, if a description is proposed as optional to complement that attribute, then yes it must be present; {{error}}', - 'severity': 'warn', + 'severity': 'error', 'given': [ '$.tags[*]', '$.info',