@@ -163,6 +163,7 @@ describe('loadConfig', () => {
163163 "info-contact": "off",
164164 "info-license-strict": "off",
165165 "no-channel-trailing-slash": "off",
166+ "no-duplicated-tag-names": "off",
166167 "operation-operationId": "warn",
167168 "tag-description": "warn",
168169 "tags-alphabetical": "off",
@@ -174,6 +175,7 @@ describe('loadConfig', () => {
174175 "info-contact": "off",
175176 "info-license-strict": "off",
176177 "no-channel-trailing-slash": "off",
178+ "no-duplicated-tag-names": "off",
177179 "operation-operationId": "warn",
178180 "tag-description": "warn",
179181 "tags-alphabetical": "off",
@@ -191,6 +193,7 @@ describe('loadConfig', () => {
191193 "info-license-strict": "off",
192194 "info-license-url": "off",
193195 "no-ambiguous-paths": "warn",
196+ "no-duplicated-tag-names": "off",
194197 "no-enum-type-mismatch": "warn",
195198 "no-http-verbs-in-paths": "off",
196199 "no-identical-paths": "warn",
@@ -243,6 +246,7 @@ describe('loadConfig', () => {
243246 "info-license-strict": "off",
244247 "info-license-url": "off",
245248 "no-ambiguous-paths": "warn",
249+ "no-duplicated-tag-names": "off",
246250 "no-empty-servers": "warn",
247251 "no-enum-type-mismatch": "warn",
248252 "no-example-value-and-externalValue": "warn",
@@ -308,6 +312,7 @@ describe('loadConfig', () => {
308312 "info-license-strict": "off",
309313 "info-license-url": "off",
310314 "no-ambiguous-paths": "warn",
315+ "no-duplicated-tag-names": "off",
311316 "no-empty-servers": "warn",
312317 "no-enum-type-mismatch": "warn",
313318 "no-example-value-and-externalValue": "warn",
@@ -398,6 +403,7 @@ describe('loadConfig', () => {
398403 "info-contact": "off",
399404 "info-license-strict": "warn",
400405 "no-channel-trailing-slash": "off",
406+ "no-duplicated-tag-names": "warn",
401407 "operation-operationId": "warn",
402408 "tag-description": "warn",
403409 "tags-alphabetical": "off",
@@ -409,6 +415,7 @@ describe('loadConfig', () => {
409415 "info-contact": "off",
410416 "info-license-strict": "warn",
411417 "no-channel-trailing-slash": "off",
418+ "no-duplicated-tag-names": "warn",
412419 "operation-operationId": "warn",
413420 "tag-description": "warn",
414421 "tags-alphabetical": "off",
@@ -424,6 +431,7 @@ describe('loadConfig', () => {
424431 "info-license-strict": "warn",
425432 "info-license-url": "off",
426433 "no-ambiguous-paths": "warn",
434+ "no-duplicated-tag-names": "warn",
427435 "no-enum-type-mismatch": "error",
428436 "no-http-verbs-in-paths": "off",
429437 "no-identical-paths": "error",
@@ -474,6 +482,7 @@ describe('loadConfig', () => {
474482 "info-license-strict": "warn",
475483 "info-license-url": "off",
476484 "no-ambiguous-paths": "warn",
485+ "no-duplicated-tag-names": "warn",
477486 "no-empty-servers": "error",
478487 "no-enum-type-mismatch": "error",
479488 "no-example-value-and-externalValue": "error",
@@ -537,6 +546,7 @@ describe('loadConfig', () => {
537546 "info-license-strict": "warn",
538547 "info-license-url": "off",
539548 "no-ambiguous-paths": "warn",
549+ "no-duplicated-tag-names": "warn",
540550 "no-empty-servers": "error",
541551 "no-enum-type-mismatch": "error",
542552 "no-example-value-and-externalValue": "error",
@@ -640,6 +650,7 @@ describe('loadConfig', () => {
640650 "info-contact": "off",
641651 "info-license-strict": "off",
642652 "no-channel-trailing-slash": "off",
653+ "no-duplicated-tag-names": "off",
643654 "operation-operationId": "warn",
644655 "tag-description": "warn",
645656 "tags-alphabetical": "off",
@@ -651,6 +662,7 @@ describe('loadConfig', () => {
651662 "info-contact": "off",
652663 "info-license-strict": "off",
653664 "no-channel-trailing-slash": "off",
665+ "no-duplicated-tag-names": "off",
654666 "operation-operationId": "warn",
655667 "tag-description": "warn",
656668 "tags-alphabetical": "off",
@@ -666,6 +678,7 @@ describe('loadConfig', () => {
666678 "info-license-strict": "off",
667679 "info-license-url": "off",
668680 "no-ambiguous-paths": "error",
681+ "no-duplicated-tag-names": "off",
669682 "no-enum-type-mismatch": "warn",
670683 "no-http-verbs-in-paths": "off",
671684 "no-identical-paths": "warn",
@@ -716,6 +729,7 @@ describe('loadConfig', () => {
716729 "info-license-strict": "off",
717730 "info-license-url": "off",
718731 "no-ambiguous-paths": "error",
732+ "no-duplicated-tag-names": "off",
719733 "no-empty-servers": "warn",
720734 "no-enum-type-mismatch": "warn",
721735 "no-example-value-and-externalValue": "warn",
@@ -779,6 +793,7 @@ describe('loadConfig', () => {
779793 "info-license-strict": "off",
780794 "info-license-url": "off",
781795 "no-ambiguous-paths": "error",
796+ "no-duplicated-tag-names": "off",
782797 "no-empty-servers": "warn",
783798 "no-enum-type-mismatch": "warn",
784799 "no-example-value-and-externalValue": "warn",
0 commit comments