mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
chore: disable operation-tag-defined
This commit is contained in:
@@ -136,7 +136,7 @@ Below is the `recommended` preset:
|
||||
operation-2xx-response: warning
|
||||
operation-operationId-unique: error
|
||||
operation-parameters-unique: error
|
||||
operation-tag-defined: warning
|
||||
operation-tag-defined: off
|
||||
operation-security-defined: warning
|
||||
operationId-valid-in-url: error
|
||||
operation-singular-tag: off
|
||||
|
||||
@@ -24,7 +24,7 @@ export default {
|
||||
'operation-operationId-unique': 'error',
|
||||
'operation-operationId-valid-in-url': 'error',
|
||||
'operation-parameters-unique': 'error',
|
||||
'operation-tag-defined': 'warning',
|
||||
'operation-tag-defined': 'off',
|
||||
'operation-security-defined': 'warning',
|
||||
'operationId-valid-in-url': 'error',
|
||||
'operation-singular-tag': 'off',
|
||||
|
||||
Reference in New Issue
Block a user